From e886e05e1b331cdeac5c9d81222cbbb3620f9578 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Sun, 23 Dec 2018 19:37:56 +0100 Subject: [PATCH] Amendments for LXD/LXC added "apt install wget -y" to be prepared for LXD/LXC either --- install-nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 80c5190..d023932 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -64,6 +64,7 @@ clear ### START ### cd /usr/local/src ###prepare the server environment +apt install wget -y mv /etc/apt/sources.list /etc/apt/sources.list.bak && touch /etc/apt/sources.list cat <>/etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu bionic main multiverse restricted universe