From 966c85f24b266b40470087d1c7465e8987ddcde8 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Mon, 6 Apr 2020 20:14:33 +0200 Subject: [PATCH] Remove composer dependencies installation --- scripts/install | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/install b/scripts/install index 6a961c2..e8e86f1 100644 --- a/scripts/install +++ b/scripts/install @@ -128,16 +128,6 @@ ynh_store_file_checksum --file="$conf_file" # Load default ampache database ynh_mysql_connect_as --user=$app --password="$db_pwd" --database=$app < "$final_path/sql/ampache.sql" -#================================================= -# INSTALL AMPACHE WITH COMPOSER -#================================================= -ynh_script_progression --message="Installing ampache with composer..." --weight=45 - -# Install composer -ynh_install_composer - -ynh_exec_warn_less ynh_composer_exec --commands=\"install --prefer-source --no-dev\" - #================================================= # INSTALL MULTIMEDIA DIRECTORIES #=================================================