Skip to content

Commit 2811a6e

Browse files
committed
Implement z-push-autodiscover package.
1 parent c631a15 commit 2811a6e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

install/hst-install-debian.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
4142
else
4243
software="nginx apache2 apache2-utils apache2.2-common
4344
apache2-suexec-custom libapache2-mod-ruid2
@@ -50,7 +51,8 @@ else
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"
5456
fi
5557

5658
# Defining help function

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4343
help() {

install/upgrade/0.9.8-29.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
108108
fi
109109

110110
# Update default page templates

0 commit comments

Comments
 (0)