diff --git a/kicksecure/nextcloud.sh b/kicksecure/nextcloud.sh index c5f8c41..22d89ec 100644 --- a/kicksecure/nextcloud.sh +++ b/kicksecure/nextcloud.sh @@ -3,4 +3,4 @@ sudo apt install --no-install-recommends nextcloud-client #Adding a DNS entry for my Nextcloud server here so I can add a Firewall rule locking the AppVM to only being able to connect to my server. -echo "5.226.143.92 cloud.tommytran.io" >> /etc/hosts +echo "5.226.143.92 cloud.tommytran.io" | sudo tee -a /etc/hosts