Commit ed06faf
Changed files (1)
bin
bin/setup
@@ -3,4 +3,4 @@ set -euo pipefail
IFS=$'\n\t'
set -vx
-bundle check || bundle install --jobs $(nproc)
+bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"