From 2770335b651c573a87ba6831c8a8b77cde6c2452 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 12 Apr 2023 07:38:54 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 20e2dc8..c958c8c 100644 --- a/scripts/install +++ b/scripts/install @@ -88,7 +88,7 @@ ynh_script_progression --message="Building Movim..." # Install composer ynh_install_composer - +ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$install_dir" pushd $install_dir ynh_exec_as $app php$phpversion composer.phar install popd