summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-04 21:56:44 -0600
committermo khan <mo.khan@gmail.com>2019-10-04 21:56:44 -0600
commit8495fae7fb6872ed20902d5109d67f23d8a27f2a (patch)
treed2257926e009f7688d9d52e2d901b68b9b7f247d /bin/setup
parent8750aed9b11b8248f39bef956e7d0077ef7526e4 (diff)
Fix linter errors
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/setup b/bin/setup
index dce67d8..3c60e89 100755
--- a/bin/setup
+++ b/bin/setup
@@ -3,6 +3,4 @@ set -euo pipefail
IFS=$'\n\t'
set -vx
-bundle install
-
-# Do any other automated setup that you need to do here
+bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"