From 774ad45863840290452d564c4306f2ffb3522a01 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 7 Apr 2020 00:47:56 +0000 Subject: [PATCH] Update bedrock-linux-99.99.99-x86_64.sh --- 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 11596ee..f95c35e 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -28,7 +28,7 @@ else fi fi if brl which rsync 2>&1 > /dev/null; then - make SKIPSIGN=true -j 4 BEDROCK_VERSION="${newest_version}" + make SKIPSIGN=true -j $(nproc) BEDROCK_VERSION="${newest_version}" /bedrock/libexec/busybox sh "bedrock-linux-${newest_version}-$(uname -m).sh" --force-update echo "Syncing to disk..." sync