diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-21 03:52:37 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-21 03:52:37 +0100 |
| commit | 514a09f21e4acbbc3125319d8a8ab795b51b5f84 (patch) | |
| tree | 28de36abe39c2d962644a59e9e3e6b67acee5c22 | |
| parent | 737de6a78a3835be406824902604d4c736a34142 (diff) | |
| download | mastodon_ynh-514a09f21e4acbbc3125319d8a8ab795b51b5f84.tar.gz mastodon_ynh-514a09f21e4acbbc3125319d8a8ab795b51b5f84.tar.bz2 mastodon_ynh-514a09f21e4acbbc3125319d8a8ab795b51b5f84.zip | |
Fix install
| -rw-r--r-- | scripts/install | 2 | ||||
| -rw-r--r-- | scripts/upgrade | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index 0b6402f..04e50a2 100644 --- a/scripts/install +++ b/scripts/install @@ -160,7 +160,7 @@ ynh_system_user_create $app $final_path ynh_install_ruby --ruby_version=2.6.0 -#/opt/rbenv/versions/2.6.0/bin/gem update --system +/opt/rbenv/versions/2.6.0/bin/gem update --system #/opt/rbenv/versions/2.6.0/bin/gem install bundler --no-document #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index ecfdd12..87b0432 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -154,7 +154,7 @@ ynh_system_user_create $app ynh_install_ruby --ruby_version=2.6.0 /opt/rbenv/versions/2.6.0/bin/gem update --system -/opt/rbenv/versions/2.6.0/bin/gem install bundler +#/opt/rbenv/versions/2.6.0/bin/gem install bundler #================================================= # UPGRADE MASTODON |
