From c4f383910b9d9a261ea8b5d0e0b7bab29fa3e587 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Sun, 23 Dec 2018 20:01:17 +0100 Subject: [PATCH] Update install-nextcloud.sh added "apt install gnupg2 wget -y" and "cat /dev/null > ~/.bash_history && history -c && history -w" --- install-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index d17adc4..ac74919 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -693,5 +693,5 @@ echo "" echo " https://$YOURSERVERNAME" echo "" echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" -rm ~/.bash_history && history -c && history -w +cat /dev/null > ~/.bash_history && history -c && history -w exit 0