From 750b3d31130a7ecacf36a9225363a12bb5cc074c 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:30:01 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index e76b4da..a096f11 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -194,10 +194,8 @@ then # Create logs and temp directories mkdir -p "$final_path/"{logs,temp} - # Install net_LDAP and calendar - ynh_composer_exec --commands="require \ - kolab/net_ldap3 \ - kolab/calendar $calendar_version" + # Install net_LDAP + ynh_composer_exec --commands="require kolab/net_ldap3" # Update or install contextmenu, automatic_addressbook and calendar plugins # https://plugins.roundcube.net/#/packages/johndoh/contextmenu @@ -205,7 +203,8 @@ 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" + sblaisot/automatic_addressbook $automatic_addressbook_version \ + kolab/calendar $calendar_version" installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"