diff options
| author | yalh76 <yalh@yahoo.com> | 2019-10-07 22:54:13 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-10-07 22:54:13 +0200 |
| commit | 45573a61cdb375205cc51a68e2b89595bf5d3f6a (patch) | |
| tree | bfced38d1d52e3b7e380499c3cde3f1c222bcb95 /scripts/restore | |
| parent | bf58460ad1dd67f92d861a4abe3ed681a917bde7 (diff) | |
| download | mastodon_ynh-45573a61cdb375205cc51a68e2b89595bf5d3f6a.tar.gz mastodon_ynh-45573a61cdb375205cc51a68e2b89595bf5d3f6a.tar.bz2 mastodon_ynh-45573a61cdb375205cc51a68e2b89595bf5d3f6a.zip | |
Upgrade to ruby 2.6.5
Diffstat (limited to 'scripts/restore')
| -rw-r--r-- | scripts/restore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/restore b/scripts/restore index 1d8180d..689f5c2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -8,7 +8,7 @@ #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh -source ../settings/scripts/ynh_install_ruby +source ../settings/scripts/ynh_install_ruby__2 source ../settings/scripts/ynh_add_extra_apt_repos__3 source ../settings/scripts/ynh_add_swap source ../settings/scripts/ynh_check_ram @@ -112,8 +112,8 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st #================================================= ynh_script_progression --message="Installing Ruby..." --weight=393 -ynh_install_ruby --ruby_version=2.6.1 -/opt/rbenv/versions/2.6.1/bin/gem update --system +ynh_install_ruby --ruby_version=2.6.5 +/opt/rbenv/versions/2.6.5/bin/gem update --system #================================================= # RESTORE THE POSTGRESQL DATABASE |
