mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-23 05:40:34 -04:00
Update nextcloud.sh
This commit is contained in:
parent
8a3d28ccf0
commit
a91133281d
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo dnf install nextcloud-client
|
sudo dnf install 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
|
echo "5.226.143.92 cloud.tommytran.io" >> /etc/hosts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue