1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-17 17:57:23 +01:00

move unzip installation from owncload to system setup (#1077)

This commit is contained in:
wsteitz
2017-01-22 16:37:54 +01:00
committed by Joshua Tauberer
parent a24977a96e
commit a3c71fe14f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ echo "Installing ownCloud (contacts/calendar)..."
apt_install \
dbconfig-common \
php5-cli php5-sqlite php5-gd php5-imap php5-curl php-pear php-apc curl libapr1 libtool libcurl4-openssl-dev php-xml-parser \
php5 php5-dev php5-gd php5-fpm memcached php5-memcached unzip
php5 php5-dev php5-gd php5-fpm memcached php5-memcached
apt-get purge -qq -y owncloud*