1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-09 20:21:34 -05:00
QubesOS-Scripts/fedora/nextcloud.sh
2022-05-28 07:24:27 -04:00

7 lines
255 B
Bash

#!/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