1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Add composer install in upgrade script

This commit is contained in:
dragondaddy 2023-08-04 00:51:13 +02:00
parent a569ed13cb
commit 4a378ae272

View file

@ -79,6 +79,14 @@ ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_
# Create a dedicated NGINX config # Create a dedicated NGINX config
ynh_add_nginx_config ynh_add_nginx_config
#=================================================
# COMPOSER
#=================================================
ynh_script_progression --message="Pulling in external libraries with Composer..."
ynh_install_composer
#================================================= #=================================================
# SPECIFIC UPGRADE # SPECIFIC UPGRADE
#================================================= #=================================================