mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-13 03:32:16 -04:00
Create mullvadvpn.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
63d8a3d984
commit
fa3e6e31f2
1 changed files with 11 additions and 0 deletions
11
fedora/mullvadvpn.sh
Normal file
11
fedora/mullvadvpn.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue