From 19d06b45a8745e2718db4677690f7f92279effb6 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 10:58:35 +0200 Subject: [PATCH] Update install --- scripts/install | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 9d23ef8..8ff135d 100644 --- a/scripts/install +++ b/scripts/install @@ -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 \