aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/install1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install
index f82126b..3bae370 100644
--- a/scripts/install
+++ b/scripts/install
@@ -212,6 +212,7 @@ chown -R "$app": "$final_path"
cd "$final_path/live"
su mastodon <<INSTALL
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler
+ $final_path/.rbenv/versions/2.5.3/bin/gem bundle update --bundler
$final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
yarn install --production --no-progress --non-interactive --silent
echo "SAFETY_ASSURED=1">> .env.production