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

fix: move composer update after require plugins

This commit is contained in:
HugoPoi 2024-02-05 15:26:01 +01:00
parent 4266a05701
commit dfe6ee58dc
No known key found for this signature in database
GPG key ID: E581734975D3836F

View file

@ -82,9 +82,7 @@ ynh_add_nginx_config
#=================================================
# CONFIGURE ROUNDCUBE
#=================================================
ynh_script_progression --message="Installing Roundcube with Composer..." --weight=30
setup_composer_deps
ynh_composer_exec --commands="update --no-dev"
ynh_script_progression --message="Configuring Roundcube..." --weight=2
configure_roundcube
@ -98,6 +96,9 @@ then
install_carddav_plugin
fi
ynh_script_progression --message="Updating Roundcube dependencies with Composer..." --weight=30
ynh_composer_exec --commands="update --no-dev"
ynh_script_progression --message="Install javascript dependencies..." --weight=10
update_javascript_deps