mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 09:51:32 -05:00
Update mullvad.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8bb40b0e5e
commit
906d0a3b54
@ -1,4 +1,5 @@
|
|||||||
#!/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.3_x86_64.rpm
|
sudo dnf install -y https://mullvad.net/media/app/MullvadVPN-2022.3_x86_64.rpm
|
||||||
|
|
||||||
@ -11,7 +12,8 @@ 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
|
#I am still missing something here to make it work in a TemplateVM->AppVM setup... not sure what right now.
|
||||||
sudo tee /etc/qubes-bind-dirs.d50_user.conf << EOF > /dev/null
|
#sudo mkdir -p /etc/qubes-bind-dirs.d
|
||||||
binds+=( '/etc/mullvad-vpn' )
|
#sudo tee /etc/qubes-bind-dirs.d50_user.conf << EOF > /dev/null
|
||||||
EOF
|
#binds+=( '/etc/mullvad-vpn' )
|
||||||
|
#EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user