mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 01:41:34 -05:00
Mullvad fully working
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
be6bc51177
commit
6bd8ad07c2
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#Needs to be installed in a standalone VM for now.
|
|
||||||
|
|
||||||
sudo dnf install -y https://mullvad.net/media/app/MullvadVPN-2022.4_x86_64.rpm
|
sudo dnf install -y https://mullvad.net/media/app/MullvadVPN-2022.4_x86_64.rpm
|
||||||
|
sudo systemctl enable mullvad-daemon
|
||||||
|
|
||||||
echo "[org/gnome/desktop/interface]
|
echo "[org/gnome/desktop/interface]
|
||||||
gtk-theme='Arc-Dark'
|
gtk-theme='Arc-Dark'
|
||||||
@ -14,10 +14,11 @@ sudo dconf update
|
|||||||
|
|
||||||
sudo rm -rf /usr/share/icons/Arc
|
sudo rm -rf /usr/share/icons/Arc
|
||||||
|
|
||||||
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.d/50_user.conf << EOF > /dev/null
|
||||||
|
binds+=( '/etc/mullvad-vpn' )
|
||||||
|
EOF
|
||||||
|
|
||||||
#I am still missing something here to make it work in a TemplateVM->AppVM setup... not sure what right now.
|
#Run these in the AppVM:
|
||||||
#sudo mkdir -p /etc/qubes-bind-dirs.d
|
#echo "sleep 10 # Waiting a bit that Mullvad succeeds to establish connection
|
||||||
#sudo tee /etc/qubes-bind-dirs.d50_user.conf << EOF > /dev/null
|
#/usr/lib/qubes/qubes-setup-dnat-to-ns" | sudo tee -a /rw/config/rc.local
|
||||||
#binds+=( '/etc/mullvad-vpn' )
|
|
||||||
#EOF
|
|
||||||
|
Loading…
Reference in New Issue
Block a user