diff options
| author | anmol <github@datamol.org> | 2019-01-07 11:04:30 +0530 |
|---|---|---|
| committer | anmol <github@datamol.org> | 2019-01-07 11:04:30 +0530 |
| commit | 7a7653e321a1e5b365f1de1c52c30fe391dfda2a (patch) | |
| tree | b54a0a0e8665d31646401a75338561ad8c8b75df /scripts | |
| parent | 3436cdebe8a07a4da7ee53217afbd2517a594184 (diff) | |
| download | mastodon_ynh-7a7653e321a1e5b365f1de1c52c30fe391dfda2a.tar.gz mastodon_ynh-7a7653e321a1e5b365f1de1c52c30fe391dfda2a.tar.bz2 mastodon_ynh-7a7653e321a1e5b365f1de1c52c30fe391dfda2a.zip | |
Install bundler:1.16.5
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index fceb134..919d5e1 100644 --- a/scripts/install +++ b/scripts/install @@ -208,8 +208,8 @@ ynh_replace_string "#SMTP_OPENSSL_VERIFY_MODE=peer" "SMTP_OPENSSL_V ( cd "$final_path/live" su mastodon <<INSTALL + $final_path/.rbenv/versions/2.5.3/bin/gem install bundler:1.16.5 $final_path/.rbenv/versions/2.5.3/bin/gem install bundler - $final_path/.rbenv/versions/2.5.3/bin/gem install bundler:1.16.5 $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 |
