aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
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
#=================================================