From 20f04ad7a5f450d28b98e767c9097f5e8843a38b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 14 Sep 2023 22:49:08 +0200 Subject: [PATCH] We do not need to reinstall Composer nor execute --- scripts/upgrade | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 172995a..8b484e0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -115,9 +115,6 @@ then # Set right permissions chown -R $app:www-data $install_dir - # Install Composer and Flarum - ynh_exec_warn_less ynh_install_composer --phpversion=$phpversion --workdir=$install_dir - if ynh_compare_current_package_version --comparison lt --version 1.1.0~ynh1 then # Starting 1.0 (implemented for 1.1 in the package), version requirement is "*" for extensions