From 5fc4de41d0a245788aaa1fb21d0bbf2253ef12db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 Jun 2022 11:21:05 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index a096f11..e76b4da 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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',"