File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ if [ "$release" -eq 9 ]; then
3737 flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
3838 e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
3939 bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
40- unrar-free vim-common z-push-common z-push-backend-imap"
40+ unrar-free vim-common z-push-common z-push-backend-imap z-push-backend-combined
41+ z-push-autodiscover"
4142else
4243 software=" nginx apache2 apache2-utils apache2.2-common
4344 apache2-suexec-custom libapache2-mod-ruid2
5051 flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
5152 e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
5253 bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
53- unrar-free vim-common z-push-common z-push-backend-imap"
54+ unrar-free vim-common z-push-common z-push-backend-imap z-push-backend-combined
55+ z-push-autodiscover"
5456fi
5557
5658# Defining help function
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
3737 php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
3838 roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
3939 sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip
40- z-push-common z-push-backend-imap"
40+ z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover "
4141
4242# Defining help function
4343help () {
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
104104 fi
105105
106106 apt-get -qq update > /dev/null 2>&1
107- apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined > /dev/null 2>&1
107+ apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover > /dev/null 2>&1
108108fi
109109
110110# Update default page templates
You can’t perform that action at this time.
0 commit comments