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 \