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:
parent
8e269a5bf1
commit
5fc4de41d0
1 changed files with 5 additions and 4 deletions
|
@ -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',"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue