From c6622130b936895e37d81b16d930907964158950 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 May 2022 23:10:23 +0200 Subject: [PATCH] Update install --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index d234dc2..33cf333 100755 --- a/scripts/install +++ b/scripts/install @@ -104,13 +104,6 @@ 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 - -curl -sS https://getcomposer.org/installer | COMPOSER_HOME="$final_path/.composer" php${phpversion} -- --quiet --install-dir="$final_path" --version="2.3.3" || ynh_die --message="Unable to install Composer." - #================================================= # CREATE DATA DIRECTORY #=================================================