From bd523d6fcaf7f39f459e208f50bf01005cba2078 Mon Sep 17 00:00:00 2001 From: shark Date: Sun, 18 Aug 2019 15:16:04 +0000 Subject: [PATCH] Use --force-update --- 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 e59eb34..213e5e4 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -32,7 +32,7 @@ if which brl > /dev/null 2>&1; then # Start the build process make clean make SKIPSIGN=true -j $(nproc) VERSION="${newest_version}" - ./bedrock-linux-${newest_version}-$(uname -m).sh --update + ./bedrock-linux-${newest_version}-$(uname -m).sh --force-update # Maybe clean up here in the future else echo "Bedrock Linux is not installed!"