diff --git a/bedrock-linux-99.99.99-x86_64.sh b/bedrock-linux-99.99.99-x86_64.sh index 2de0e9a..f6989d3 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -11,7 +11,7 @@ git clone https://github.com/bedrocklinux/bedrocklinux-userland cd bedrocklinux-userland git checkout 0.7beta -q current_version="$(awk '{print$3}' Makefile-new - mv Makefile-new Makefile -fi +#if ! grep -q BEDROCK_VERSION Makefile; then # Fix bug with building BusyBox +# sed 's/VERSION/BEDROCK_VERSION/g' Makefile > Makefile-new +# mv Makefile-new Makefile +#fi make SKIPSIGN=true -j $(nproc) BEDROCK_VERSION="${newest_version}" /bedrock/libexec/busybox sh "bedrock-linux-${newest_version}-$(uname -m).sh" --force-update # Maybe clean up here in the future