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

Update install

This commit is contained in:
Éric Gaspar 2022-06-27 10:58:35 +02:00
parent 7e430f7407
commit 19d06b45a8
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -145,9 +145,10 @@ mkdir -p "$final_path/"{logs,temp}
# Install net_LDAP
ynh_composer_exec --commands="require kolab/net_ldap3"
# Install contextmenu and automatic_addressbook plugins
# https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook
# https://plugins.roundcube.net/packages/johndoh/contextmenu
# Install contextmenu, automatic_addressbook and calendar plugins
# https://plugins.roundcube.net/#/packages/johndoh/contextmenu
# https://plugins.roundcube.net/#/packages/projectmyst/automatic_addressbook
# https://plugins.roundcube.net/#/packages/kolab/calendar
ynh_composer_exec --commands="require \
johndoh/contextmenu $contextmenu_version \
sblaisot/automatic_addressbook $automatic_addressbook_version \