File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686
8787# Install and configure z-push
8888if [ ! -z " $MAIL_SYSTEM " ]; then
89- echo " (*) Install and configure Z-Push"
90- if [ " $os " == ' ubuntu' ]; then
89+ echo " (*) Installing Z-Push... "
90+ if [ " $os " = ' ubuntu' ]; then
9191 echo " deb http://repo.z-hub.io/z-push:/final/Ubuntu_$release / /" > $apt /z-push.list
9292 wget --quiet http://repo.z-hub.io/z-push:/final/Ubuntu_$release /Release.key -O /tmp/z-push_signing.key
9393 APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/z-push_signing.key > /dev/null 2>&1
@@ -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 > /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
108108fi
109109
110110# Update default page templates
You can’t perform that action at this time.
0 commit comments