From a3c71fe14f79edde0ed0fd92a304336fcd50a439 Mon Sep 17 00:00:00 2001 From: wsteitz Date: Sun, 22 Jan 2017 16:37:54 +0100 Subject: [PATCH] move unzip installation from owncload to system setup (#1077) --- setup/owncloud.sh | 2 +- setup/system.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 58b46d19..2179c7ec 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -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* diff --git a/setup/system.sh b/setup/system.sh index c7e67473..c0af3215 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -116,7 +116,7 @@ apt_get_quiet upgrade echo Installing system packages... apt_install python3 python3-dev python3-pip \ netcat-openbsd wget curl git sudo coreutils bc \ - haveged pollinate \ + haveged pollinate unzip \ unattended-upgrades cron ntp fail2ban # ### Suppress Upgrade Prompts