From 5081819b98db44b283717ea4a339bd4fd1b359e5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 May 2021 15:51:59 +0200 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7cf6249..48fd622 100755 --- a/scripts/install +++ b/scripts/install @@ -110,7 +110,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Installing Lychee with Composer..." --weight=15 -ynh_install_composer #--install_args="--ignore-platform-reqs" +ynh_install_composer --install_args="--ignore-platform-reqs" #================================================= # BUILDING diff --git a/scripts/upgrade b/scripts/upgrade index 2505923..c32b309 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -134,7 +134,7 @@ ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencie #================================================= ynh_script_progression --message="Installing Composer..." --weight=1 -ynh_install_composer #--install_args="--ignore-platform-reqs" +ynh_install_composer --install_args="--ignore-platform-reqs" #================================================= # SETUP APPLICATION CONFIG