aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install
index f2ae407..748fcb1 100644
--- a/scripts/install
+++ b/scripts/install
@@ -149,8 +149,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
#=================================================