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

Update upgrade

This commit is contained in:
Éric Gaspar 2022-06-27 11:21:05 +02:00
parent 8e269a5bf1
commit 5fc4de41d0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -194,8 +194,10 @@ then
# Create logs and temp directories
mkdir -p "$final_path/"{logs,temp}
# Install net_LDAP
ynh_composer_exec --commands="require kolab/net_ldap3"
# Install net_LDAP and calendar
ynh_composer_exec --commands="require \
kolab/net_ldap3 \
kolab/calendar $calendar_version"
# Update or install contextmenu, automatic_addressbook and calendar plugins
# https://plugins.roundcube.net/#/packages/johndoh/contextmenu
@ -203,8 +205,7 @@ then
# https://plugins.roundcube.net/#/packages/kolab/calendar
ynh_composer_exec --commands="update --no-dev --prefer-dist \
johndoh/contextmenu $contextmenu_version \
sblaisot/automatic_addressbook $automatic_addressbook_version \
kolab/calendar $calendar_version"
sblaisot/automatic_addressbook $automatic_addressbook_version"
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"