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:
parent
d1a1295ed5
commit
bb6634d57a
2 changed files with 0 additions and 12 deletions
|
@ -41,13 +41,6 @@ ynh_add_config --template=".env" --destination="$install_dir/.env"
|
||||||
chmod 400 "$install_dir/.env"
|
chmod 400 "$install_dir/.env"
|
||||||
chown $app "$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
|
# DEPLOY
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -30,11 +30,6 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC UPGRADE
|
# SPECIFIC UPGRADE
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPDATE PHP DEPENDENCIES
|
|
||||||
#=================================================
|
|
||||||
ynh_script_progression --message="Updating PHP dependencies..."
|
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_install_composer
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPDATE A CONFIG FILE
|
# UPDATE A CONFIG FILE
|
||||||
|
|
Loading…
Add table
Reference in a new issue