aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoranmol <github@datamol.org>2019-01-22 12:45:32 +0530
committeranmol <github@datamol.org>2019-01-22 12:45:32 +0530
commit994c1f3c0b3cd4db2badba7c76f3d9400f1fb472 (patch)
treea7c95638cdef1ed540f2ab62a7ad2a80ea6ccbe2 /scripts
parentdd867100d01ac9afee2b6922eab2cc5253aeab93 (diff)
downloadmastodon_ynh-994c1f3c0b3cd4db2badba7c76f3d9400f1fb472.tar.gz
mastodon_ynh-994c1f3c0b3cd4db2badba7c76f3d9400f1fb472.tar.bz2
mastodon_ynh-994c1f3c0b3cd4db2badba7c76f3d9400f1fb472.zip
Use of rbenv 2.6.0
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install
index 54635e9..47e579c 100644
--- a/scripts/install
+++ b/scripts/install
@@ -206,7 +206,7 @@ chown -R "$app": "$final_path"
(
cd "$final_path/live"
su mastodon <<INSTALL
- $final_path/.rbenv/versions/2.6.0/bin/gem install bundler:1.16.6 --no-ri --no-rdoc
+ $final_path/.rbenv/versions/2.6.0/bin/gem install bundler:1.16.6
$final_path/.rbenv/versions/2.6.0/bin/gem install bundler
$final_path/.rbenv/versions/2.6.0/bin/bundle install bundler \
-j$(getconf _NPROCESSORS_ONLN) \