From cff53bc314b62feda02985e5162737879a0328d8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Jun 2021 23:42:31 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1ad4fbb..c60b260 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,10 +90,10 @@ ynh_add_fpm_config --package="$extra_php_dependencies" #================================================= # INSTALL LYCHEE WITH COMPOSER #================================================= -ynh_script_progression --message="Installing BookStack with Composer..." --weight=5 +#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="yes | --no-dev" #================================================= # FINAL BOOKSTACK INSTALL