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:
parent
4266a05701
commit
dfe6ee58dc
1 changed files with 3 additions and 2 deletions
|
@ -82,9 +82,7 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
# CONFIGURE ROUNDCUBE
|
# CONFIGURE ROUNDCUBE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing Roundcube with Composer..." --weight=30
|
|
||||||
setup_composer_deps
|
setup_composer_deps
|
||||||
ynh_composer_exec --commands="update --no-dev"
|
|
||||||
|
|
||||||
ynh_script_progression --message="Configuring Roundcube..." --weight=2
|
ynh_script_progression --message="Configuring Roundcube..." --weight=2
|
||||||
configure_roundcube
|
configure_roundcube
|
||||||
|
@ -98,6 +96,9 @@ then
|
||||||
install_carddav_plugin
|
install_carddav_plugin
|
||||||
fi
|
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
|
ynh_script_progression --message="Install javascript dependencies..." --weight=10
|
||||||
update_javascript_deps
|
update_javascript_deps
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue