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/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/restore') 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 #================================================= -- cgit v1.2.3-70-g09d2