1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-05 10:31:34 -05:00

Remove /etc/hosts hardcode

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-26 15:58:59 -07:00
parent 1bc739ce76
commit c4034e5976
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -18,6 +18,3 @@ curl --proxy http://127.0.0.1:8082/ https://packages.element.io/debian/element-i
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list
sudo apt update
sudo apt install --no-install-recommends element-desktop -y
# Adding a DNS entry for my Matrix 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.168 matrix.arcticfoxes.net" | sudo tee -a /etc/hosts