diff options
| author | nemsia <nemsia@nemsia.org> | 2017-10-11 21:26:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-11 21:26:13 +0200 |
| commit | 85918b2b3e43441c1d2dc821c9a0162da9089ce2 (patch) | |
| tree | 76d752e305a2f5d2cd29921ddb2f0af4c0aedc05 | |
| parent | e5995887c0b96201db05d860493b119517f40607 (diff) | |
| download | mastodon_ynh-85918b2b3e43441c1d2dc821c9a0162da9089ce2.tar.gz mastodon_ynh-85918b2b3e43441c1d2dc821c9a0162da9089ce2.tar.bz2 mastodon_ynh-85918b2b3e43441c1d2dc821c9a0162da9089ce2.zip | |
Fix rbenv install error
| -rw-r--r-- | scripts/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index 0832e99..7384e42 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -70,7 +70,7 @@ ynh_package_install pkg-config libprotobuf-dev protobuf-compiler libicu-dev libi sudo su - $app <<RCOMMANDS cd $final_path/.rbenv && git pull && cd - cd $final_path/.rbenv/plugins/ruby-build && git pull && cd - -$final_path/.rbenv/bin/rbenv install 2.4.2 +$final_path/.rbenv/bin/rbenv install 2.4.2 || true $final_path/.rbenv/versions/2.4.2/bin/ruby -v RCOMMANDS |
