2022-02-05 07:09:26 -05:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-05-28 07:24:27 -04:00
|
|
|
sudo dnf install -y nextcloud-client
|
2022-05-25 01:19:59 -04:00
|
|
|
|
|
|
|
#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.
|
2022-05-27 00:22:31 -04:00
|
|
|
echo "5.226.143.92 cloud.tommytran.io" | sudo tee -a /etc/hosts
|