From a4ce890c2c9a6c53b8853057d6d0c9b7b56ea920 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 27 Jul 2018 18:24:37 +0200 Subject: [PATCH] Missing php7.2-zip on Ubuntu 18.04.1 added a repo: de.archive.ubuntu.com/ubuntu --- install-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index d2c0b12..004f333 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -118,7 +118,7 @@ chown -R www-data:root /usr/local/tmp/sessions /usr/local/tmp/cache /usr/local/t ### prepare the environment for PHP if [ ! -f /etc/apt/sources.list.d/php.list ]; then cat < /etc/apt/sources.list.d/php.list -deb http://cz.archive.ubuntu.com/ubuntu bionic main universe +deb http://de.archive.ubuntu.com/ubuntu bionic main universe EOF apt update fi