Update install-nextcloud.sh

added
"apt install gnupg2 wget -y" 
and
"cat /dev/null > ~/.bash_history && history -c && history -w"
This commit is contained in:
rieger::CLOUD
2018-12-23 20:01:17 +01:00
committed by GitHub
parent fa72b5822d
commit c4f383910b

View File

@@ -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