From d9e3d1bf03a2a06dd9f2ba9012927dd82b45e72c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Jun 2021 23:20:48 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4ffd131..3ebf579 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 --phpversion=$phpversion --workdir=$final_path --install_args="--prefer-source --no-dev" +ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_args="--no-dev" #================================================= # MODIFY A CONFIG FILE