diff --git a/setup/webmail.sh b/setup/webmail.sh index 4e315ade..a41d79d4 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -34,7 +34,8 @@ echo "Installing Roundcube (webmail)..." apt_install \ dbconfig-common \ php${PHP_VER}-cli php${PHP_VER}-sqlite3 php${PHP_VER}-intl php${PHP_VER}-common php${PHP_VER}-curl php${PHP_VER}-imap \ - php${PHP_VER}-gd php${PHP_VER}-pspell php${PHP_VER}-mbstring libjs-jquery libjs-jquery-mousewheel libmagic1 + php${PHP_VER}-gd php${PHP_VER}-pspell php${PHP_VER}-mbstring libjs-jquery libjs-jquery-mousewheel libmagic1 \ + sqlite3 apt_install php${PHP_VER}-ldap diff --git a/setup/zpush.sh b/setup/zpush.sh index 3d441e8d..41ff3e4a 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -31,8 +31,8 @@ apt_install \ phpenmod -v $PHP_VER imap # Copy Z-Push into place. -VERSION=2.6.2 -TARGETHASH=f0e8091a8030e5b851f5ba1f9f0e1a05b8762d80 +VERSION=2.7.0 +TARGETHASH=a520bbdc1d637c5aac379611053457edd54f2bf0 needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC