aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authorTagada <36127788+Tagadda@users.noreply.github.com>2022-01-04 15:32:36 +0100
committerTagada <36127788+Tagadda@users.noreply.github.com>2022-01-04 20:15:28 +0100
commit775f9984e83e3b8f368ba7e00255ac249ca2fa43 (patch)
tree2ae5a021590c63be20a8ce41d7faab9a92107545 /scripts/restore
parent38414a4cc0e7a6a2ee9cd8f92855d5404db44ec6 (diff)
downloadmastodon_ynh-775f9984e83e3b8f368ba7e00255ac249ca2fa43.tar.gz
mastodon_ynh-775f9984e83e3b8f368ba7e00255ac249ca2fa43.tar.bz2
mastodon_ynh-775f9984e83e3b8f368ba7e00255ac249ca2fa43.zip
fix install
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/restore b/scripts/restore
index a80637c..aacb7f0 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -113,8 +113,8 @@ ynh_script_progression --message="Installing Ruby..."
pushd "$final_path/live"
ynh_use_ruby
- ynh_exec_warn_less ynh_gem update --system
- ynh_exec_warn_less ynh_gem install bundler --no-document
+ ynh_gem update --system
+ ynh_gem install bundler --no-document
popd
#=================================================