Use of rbenv 2.6.0
This commit is contained in:
parent
dd867100d0
commit
994c1f3c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue