From 669d9fe41bd630824a2d3d7a81445525c720994e Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 27 Jul 2018 18:25:17 +0200 Subject: [PATCH] Missing php7.2-zip on Ubuntu 18.04.1 Added a repo: de.archive.ubuntu.com/ubuntu --- install-nextcloudARM64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloudARM64.sh b/install-nextcloudARM64.sh index b90c5ec..1b19069 100644 --- a/install-nextcloudARM64.sh +++ b/install-nextcloudARM64.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