From 4604917f3825c9f28f2cec4728a426c12db1e523 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Dec 2020 18:21:09 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 378b444..74058e3 100755 --- a/scripts/install +++ b/scripts/install @@ -102,9 +102,9 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) ynh_script_progression --message="Installing Lychee with Composer..." --weight=15 # Install composer -ynh_install_composer --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --install_args="--prefer-source --no-dev" +ynh_install_composer --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --commands="update" --install_args="--prefer-source --no-dev --lock" -ynh_exec_warn_less ynh_composer_exec --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --commands="update --lock" +#ynh_exec_warn_less ynh_composer_exec --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --commands="update --lock" #================================================= # BUILDING