1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-20 07:34:42 -04:00
QubesOS-Scripts/fedora/protonvpn.sh
2022-05-24 22:49:46 -04:00

10 lines
245 B
Bash

#!/bin/bash
sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
[org/gnome/desktop/interface]
gtk-theme='Arc-Dark'
EOF
sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y
sudo dnf install protonvpn -y