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:
parent
a569ed13cb
commit
4a378ae272
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue