mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-10-01 00:55:37 -04:00
7 lines
265 B
Bash
7 lines
265 B
Bash
#!/bin/bash
|
|
|
|
sudo apt install --no-install-recommends 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" >> /etc/hosts
|