1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Let's try to remove the composer calls from install and upgrade...

This commit is contained in:
Alexandre Aubin 2024-04-24 18:28:00 +02:00
parent d1a1295ed5
commit bb6634d57a
2 changed files with 0 additions and 12 deletions

View file

@ -41,13 +41,6 @@ ynh_add_config --template=".env" --destination="$install_dir/.env"
chmod 400 "$install_dir/.env"
chown $app "$install_dir/.env"
#=================================================
# INSTALL COMPOSER DEPENDENCIES
#=================================================
ynh_script_progression --message="Installing composer dependencies..."
ynh_exec_warn_less ynh_install_composer --phpversion=$phpversion --workdir=$install_dir
#=================================================
# DEPLOY
#=================================================

View file

@ -30,11 +30,6 @@ ynh_add_nginx_config
#=================================================
# SPECIFIC UPGRADE
#=================================================
# UPDATE PHP DEPENDENCIES
#=================================================
ynh_script_progression --message="Updating PHP dependencies..."
ynh_exec_warn_less ynh_install_composer
#=================================================
# UPDATE A CONFIG FILE