From 2a01d0304690e34b914713f35cbf9f54da4f0cdf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 May 2023 10:19:14 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dbfeab1..5ebde59 100644 --- a/scripts/install +++ b/scripts/install @@ -34,7 +34,7 @@ ynh_app_setting_set --app=$app --key=captcha_enabled --value=$captcha_enabled #================================================= ynh_script_progression --message="Installing dependencies..." --weight=15 -ynh_exec_warn_less curl -fsSL https://crystal-lang.org/install.sh | bash -s -- --channel=stable +ynh_exec_warn_less curl -fsSL https://crystal-lang.org/install.sh | bash -y -s -- --channel=stable #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE