From 9ca9c32377b72f71d22758695ba8ade46770abce Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 1 Jun 2022 05:51:38 -0400 Subject: [PATCH] Update nextcloud.sh --- fedora/nextcloud.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora/nextcloud.sh b/fedora/nextcloud.sh index 2267629..bf6ae57 100644 --- a/fedora/nextcloud.sh +++ b/fedora/nextcloud.sh @@ -1,6 +1,3 @@ #!/bin/bash sudo dnf install -y 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" | sudo tee -a /etc/hosts