From acb0e0a9a6c16eda33e560c2577a197321de604e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:28:24 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 65c8321..3ea6b3a 100644 --- a/scripts/install +++ b/scripts/install @@ -85,9 +85,9 @@ ynh_script_progression --message="Building Movim..." ynh_install_composer #ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$install_dir" -pushd $install_dir - ynh_exec_as $app php$phpversion composer.phar install -popd +#pushd $install_dir +# ynh_exec_as $app php$phpversion composer.phar install +#popd #================================================= # GENERIC FINALIZATION