1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Update nextcloud.sh

This commit is contained in:
Tommy 2022-05-27 00:22:31 -04:00 committed by GitHub
parent f549c9ffe4
commit e1c04989da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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