From f8a45e1526613e79b157bad1b31c8e51f1d3bd7d Mon Sep 17 00:00:00 2001 From: shark Date: Mon, 19 Aug 2019 16:00:52 +0000 Subject: [PATCH] Run the updater with busybox --- bedrock-linux-99.99.99-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedrock-linux-99.99.99-x86_64.sh b/bedrock-linux-99.99.99-x86_64.sh index f6007d7..dcd5ed4 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -35,7 +35,7 @@ if which brl > /dev/null 2>&1; then mv Makefile-new Makefile fi make SKIPSIGN=true -j $(nproc) BEDROCK_VERSION="${newest_version}" - ./bedrock-linux-${newest_version}-$(uname -m).sh --force-update + /bedrock/libexec/busybox sh "bedrock-linux-${newest_version}-$(uname -m).sh" --force-update # Maybe clean up here in the future else echo "Bedrock Linux is not installed!"