From d0068341646b4b0b64726e9c38fd2bea3161f74a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 May 2022 22:55:22 +0200 Subject: [PATCH] Update install --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index 11ed094..5926b5a 100755 --- a/scripts/install +++ b/scripts/install @@ -104,6 +104,13 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config ynh_add_fpm_config +#================================================= +# INSTALL LYCHEE WITH COMPOSER +#================================================= +ynh_script_progression --message="Installing Composer..." --weight=10 + +ynh_install_composer + #================================================= # CREATE DATA DIRECTORY #=================================================