From d6eae757efa607b1b4151491836cd62d5d2b4d9f Mon Sep 17 00:00:00 2001 From: qvqc Date: Sat, 20 Mar 2021 10:47:08 -0400 Subject: [PATCH] cleanup build comment --- build.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index ed08e02..20bbd75 100644 --- a/build.sh +++ b/build.sh @@ -13,13 +13,9 @@ cd ../.. ##add hosts from stevenblack/hosts cp external/hosts/hosts include/etc/hosts -##goto build dir -cd external/void-mklive - -##build mklive -make - ##build nebula with sudo +cd external/void-mklive +make sudo ./mklive.sh \ -a x86_64-musl \ -I ../../include \