1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Remove composer dependencies installation

This commit is contained in:
Aeris One 2020-04-06 20:14:33 +02:00 committed by GitHub
parent 4c14a0f68d
commit 966c85f24b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================