1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 23:24:43 -04:00
QubesOS-Scripts/protonvpn.sh

11 lines
262 B
Bash
Raw Normal View History

2022-02-04 23:47:54 -05:00
#!/bin/bash
2022-05-24 11:02:48 -04:00
sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
[org/gnome/desktop/interface]
gtk-theme='Arc-Dark'
icon-theme='Arc'
EOF
2022-05-23 04:55:31 -04:00
2022-02-06 17:08:47 -05:00
sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y
2022-05-23 04:55:31 -04:00
sudo dnf install protonvpn -y