aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authorericgaspar <junk.eg@free.fr>2021-12-08 11:14:48 +0100
committerericgaspar <junk.eg@free.fr>2021-12-08 11:14:48 +0100
commit3fb2b81bd6bef83b169f3918ace4234f7d6d3923 (patch)
tree6e2a8a2c365c6f171a0d3774d3375d06c472cd1a /scripts/install
parent0e996b8b555fa556ce4fc67dfac2890ef8a028d2 (diff)
downloadmastodon_ynh-3fb2b81bd6bef83b169f3918ace4234f7d6d3923.tar.gz
mastodon_ynh-3fb2b81bd6bef83b169f3918ace4234f7d6d3923.tar.bz2
mastodon_ynh-3fb2b81bd6bef83b169f3918ace4234f7d6d3923.zip
Fix
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 748fcb1..f2ae407 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_gem update --system
- ynh_gem install bundler --no-document
+ ynh_exec_warn_less ynh_gem update --system
+ ynh_exec_warn_less ynh_gem install bundler --no-document
popd
#=================================================