mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Upgrade composer to v2
This commit is contained in:
parent
e3d1f2de7f
commit
c874daa112
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
# UPDATE COMPOSER DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Updating composer..." --weight=1
|
||||
|
||||
ynh_exec_warn_less ynh_composer_exec --workdir="$final_path" --commands="self-update --2"
|
||||
|
||||
ynh_script_progression --message="Updating composer dependencies..." --weight=1
|
||||
|
||||
ynh_exec_warn_less ynh_composer_exec --workdir="$final_path" --commands="update"
|
||||
|
|
Loading…
Add table
Reference in a new issue