mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 21:02:46 +00:00
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:
@@ -693,5 +693,5 @@ echo ""
|
|||||||
echo " https://$YOURSERVERNAME"
|
echo " https://$YOURSERVERNAME"
|
||||||
echo ""
|
echo ""
|
||||||
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
|
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
|
||||||
rm ~/.bash_history && history -c && history -w
|
cat /dev/null > ~/.bash_history && history -c && history -w
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user