Browse Source

Implement z-push-autodiscover package.

Raphael Schneeberger 7 years ago
parent
commit
2811a6e86c
3 changed files with 6 additions and 4 deletions
  1. 4 2
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh
  3. 1 1
      install/upgrade/0.9.8-29.sh

+ 4 - 2
install/hst-install-debian.sh

@@ -37,7 +37,8 @@ if [ "$release" -eq 9 ]; then
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
-        unrar-free vim-common z-push-common z-push-backend-imap"
+        unrar-free vim-common z-push-common z-push-backend-imap z-push-backend-combined
+        z-push-autodiscover"
 else
     software="nginx apache2 apache2-utils apache2.2-common
         apache2-suexec-custom libapache2-mod-ruid2
@@ -50,7 +51,8 @@ else
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
-        unrar-free vim-common z-push-common z-push-backend-imap"
+        unrar-free vim-common z-push-common z-push-backend-imap  z-push-backend-combined
+        z-push-autodiscover"
 fi
 
 # Defining help function

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -37,7 +37,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
     php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
     roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
     sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip
-    z-push-common z-push-backend-imap"
+    z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover"
 
 # Defining help function
 help() {

+ 1 - 1
install/upgrade/0.9.8-29.sh

@@ -104,7 +104,7 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
     fi
 
     apt-get -qq update > /dev/null 2>&1
-    apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined > /dev/null 2>&1
+    apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover > /dev/null 2>&1
 fi
 
 # Update default page templates