mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 02:21:33 -05:00
Update mullvad.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
d8aea93338
commit
8bb40b0e5e
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
#This needs to be in a standalone VM
|
||||
|
||||
sudo dnf install -y https://mullvad.net/media/app/MullvadVPN-2022.2_x86_64.rpm
|
||||
sudo dnf install -y https://mullvad.net/media/app/MullvadVPN-2022.3_x86_64.rpm
|
||||
|
||||
echo "[org/gnome/desktop/interface]
|
||||
gtk-theme='Arc-Dark'" | sudo tee /etc/dconf/db/local.d/custom
|
||||
@ -10,4 +9,9 @@ sudo dconf update
|
||||
|
||||
sudo rm -rf /usr/share/icons/Arc
|
||||
|
||||
echo "/usr/lib/qubes/qubes-setup-dnat-to-ns" | sudo tee -a /rw/config/rc.local
|
||||
echo "/usr/lib/qubes/qubes-setup-dnat-to-ns" | sudo tee -a /rw/config/rc.local
|
||||
|
||||
sudo mkdir -p /etc/qubes-bind-dirs.d
|
||||
sudo tee /etc/qubes-bind-dirs.d50_user.conf << EOF > /dev/null
|
||||
binds+=( '/etc/mullvad-vpn' )
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user