From 600cab3eb47ae0128bb4833afac55157bfc99bed Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 19 Jul 2021 15:47:28 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d5950d2..4b21d41 100644 --- a/scripts/install +++ b/scripts/install @@ -102,7 +102,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) ynh_script_progression --message="Installing BookStack with Composer..." --weight=5 # Install composer -ynh_install_composer +ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_args="--no-dev" #================================================= # MODIFY A CONFIG FILE