From 775f9984e83e3b8f368ba7e00255ac249ca2fa43 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:32:36 +0100 Subject: fix install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install') 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 #================================================= -- cgit v1.2.3-70-g09d2