1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 23:24:43 -04:00
QubesOS-Scripts/fedora/nextcloud.sh

7 lines
255 B
Bash
Raw Normal View History

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