1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00
QubesOS-Scripts/fedora/mullvad.sh

13 lines
360 B
Bash
Raw Normal View History

#!/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
echo "[org/gnome/desktop/interface]
gtk-theme='Arc-Dark'" | sudo tee /etc/dconf/db/local.d/custom
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