From 49c89febf18a9b60901ab8901e385479313f9517 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sun, 4 Jun 2017 09:52:58 +0100
Subject: [PATCH] Nextcloud needs zip

---
 src/freedombone-app-nextcloud | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/freedombone-app-nextcloud b/src/freedombone-app-nextcloud
index a528f03f7..cc788e3bb 100755
--- a/src/freedombone-app-nextcloud
+++ b/src/freedombone-app-nextcloud
@@ -390,7 +390,8 @@ function install_nextcloud_main {
     repair_databases_script
 
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
-    apt-get -yq install php-memcached php-intl memcached php-memcached libfcgi0ldbl
+    apt-get -yq install php-memcached php-intl memcached php-memcached
+    apt-get -yq install libfcgi0ldbl php-zip
 
     # Ensure PATH is available to php
     if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then
-- 
GitLab