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
|
# Create logs and temp directories
|
||||||
mkdir -p "$final_path/"{logs,temp}
|
mkdir -p "$final_path/"{logs,temp}
|
||||||
|
|
||||||
# Install net_LDAP
|
# Install net_LDAP and calendar
|
||||||
ynh_composer_exec --commands="require kolab/net_ldap3"
|
ynh_composer_exec --commands="require \
|
||||||
|
kolab/net_ldap3 \
|
||||||
|
kolab/calendar $calendar_version"
|
||||||
|
|
||||||
# Update or install contextmenu, automatic_addressbook and calendar plugins
|
# Update or install contextmenu, automatic_addressbook and calendar plugins
|
||||||
# https://plugins.roundcube.net/#/packages/johndoh/contextmenu
|
# https://plugins.roundcube.net/#/packages/johndoh/contextmenu
|
||||||
|
@ -203,8 +205,7 @@ then
|
||||||
# https://plugins.roundcube.net/#/packages/kolab/calendar
|
# https://plugins.roundcube.net/#/packages/kolab/calendar
|
||||||
ynh_composer_exec --commands="update --no-dev --prefer-dist \
|
ynh_composer_exec --commands="update --no-dev --prefer-dist \
|
||||||
johndoh/contextmenu $contextmenu_version \
|
johndoh/contextmenu $contextmenu_version \
|
||||||
sblaisot/automatic_addressbook $automatic_addressbook_version \
|
sblaisot/automatic_addressbook $automatic_addressbook_version"
|
||||||
kolab/calendar $calendar_version"
|
|
||||||
|
|
||||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"
|
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue