Skip to content

Commit d71f527

Browse files
author
Kristan Kenney
committed
Add additional dependencies during upgrade
1 parent 54c64d3 commit d71f527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/0.9.8-29.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
113113
APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/z-push_signing.key > /dev/null 2>&1
114114
fi
115115

116-
apt-get -qq update
117-
apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover
116+
apt-get -qq update > /dev/null 2>&1
117+
apt-get -qq -y install php-imap php-apcu php-ldap z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover > /dev/null 2>&1
118118

119119
echo "(I) Adding Z-Push configuration directory"
120120
mkdir -p /etc/z-push/

0 commit comments

Comments
 (0)