From 66d4dc268c29660c6935e0688f1ca78dc46eb6b6 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Sun, 23 Dec 2018 20:03:20 +0100 Subject: [PATCH] Prepared for LXD/LXC either Added: apt install gnupg2 wget -y and cat /dev/null > ~/.bash_history && history -c && history -w --- install-nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index ac74919..18edb4f 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -693,5 +693,6 @@ echo "" echo " https://$YOURSERVERNAME" echo "" echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" +### CleanUp ### cat /dev/null > ~/.bash_history && history -c && history -w exit 0