2022-02-05 07:09:26 -05:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-02-07 00:48:27 -05:00
|
|
|
sudo dnf install 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-22 05:34:42 -04:00
|
|
|
echo "5.226.143.92 cloud.tommytran.io" >> /etc/hosts
|