From 3d1a1e86fc939628bbcfed957c71ddbe4c399266 Mon Sep 17 00:00:00 2001 From: Francesco Montanari Date: Mon, 11 Nov 2019 20:08:13 +0200 Subject: [PATCH] move the install php-dlap at the top --- setup/webmail.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 5f61b366..11642892 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -22,7 +22,7 @@ source /etc/mailinabox.conf # load global vars echo "Installing Roundcube (webmail)..." apt_install \ dbconfig-common \ - php-cli php-sqlite3 php-intl php-json php-common php-curl \ + php-cli php-sqlite3 php-intl php-json php-common php-curl php-ldap \ php-gd php-pspell tinymce libjs-jquery libjs-jquery-mousewheel libmagic1 php-mbstring # Install Roundcube from source if it is not already present or if it is out of date. @@ -194,5 +194,4 @@ chmod 664 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite # Enable PHP modules. phpenmod -v php mcrypt imap -apt install -y php7.2-ldap restart_service php7.2-fpm