bin/setup in scim-kit-0.2.1 vs bin/setup in scim-kit-0.2.2
- old
+ new
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
-bundle check || bundle install --jobs $(nproc)
+bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"