From 25a9339c6e4861a432e3ad422b69bed8a851eea6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 14 Jan 2019 01:29:06 +0100 Subject: [PATCH 1/2] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 62263db..2c3993c 100644 --- a/scripts/install +++ b/scripts/install @@ -206,7 +206,7 @@ chown -R "$app": "$final_path" ( cd "$final_path/live" su mastodon < Date: Mon, 14 Jan 2019 01:49:00 +0100 Subject: [PATCH 2/2] Fix install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2c3993c..8782cdb 100644 --- a/scripts/install +++ b/scripts/install @@ -210,7 +210,6 @@ chown -R "$app": "$final_path" $final_path/live/bin/bundle install \ -j$(getconf _NPROCESSORS_ONLN) \ --deployment --without development test - $final_path/live gem install bundler:1.16.6 yarn install --pure-lockfile echo "SAFETY_ASSURED=1">> .env.production RAILS_ENV=production $final_path/live/bin/bundle exec rails db:migrate --quiet