From 963147157633afe65157ff52b485bfbd1d5a7820 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Wed, 11 Jul 2018 13:34:48 +0200 Subject: [PATCH] Enhancements for lxd environments added wget and git to be installed at the beginning of the script --- install-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 532e9aa..4da9069 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -34,7 +34,7 @@ ufw status verbose cd /usr/local/src update_and_clean ###prepare the server environment -apt install software-properties-common zip unzip screen curl ffmpeg libfile-fcntllock-perl -y +apt install software-properties-common zip unzip screen curl git wget ffmpeg libfile-fcntllock-perl -y apt remove nginx nginx-common nginx-full -y --allow-change-held-packages ###add the neccessary sources sed -i '$adeb http://nginx.org/packages/mainline/ubuntu/ bionic nginx' /etc/apt/sources.list