From 9994b4f8b41760c673273805d37a6c3d974c2b5a Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Wed, 26 Feb 2025 22:32:42 +0100 Subject: [PATCH] remove from install an attempt at updating composer --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 18a8b57..f742ed9 100755 --- a/scripts/install +++ b/scripts/install @@ -130,7 +130,8 @@ ynh_script_progression "Installing app with Composer..." #ynh_composer_update #echo "ynh_composer_version="$ynh_composer_version -ynh_composer_exec update +#wbk fixme manual installation needed an update before executing install +#ynh_composer_exec update ynh_composer_install ynh_composer_exec install --no-dev