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
241 B
Bash
Raw Normal View History

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