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:
parent
4c14a0f68d
commit
966c85f24b
1 changed files with 0 additions and 10 deletions
|
@ -128,16 +128,6 @@ ynh_store_file_checksum --file="$conf_file"
|
||||||
# Load default ampache database
|
# Load default ampache database
|
||||||
ynh_mysql_connect_as --user=$app --password="$db_pwd" --database=$app < "$final_path/sql/ampache.sql"
|
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
|
# INSTALL MULTIMEDIA DIRECTORIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue