1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-09 12:11:34 -05:00

Update minimal-protonvpn.sh

This commit is contained in:
Tommy 2022-05-24 11:02:48 -04:00 committed by GitHub
parent 862445017e
commit c7312032b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,10 @@
#!/bin/bash
sudo dnf install -y qubes-core-agent-networking qubes-core-agent-network-manager NetworkManager-open network-manager-applet notification-daemon gnome-keyring polkit arc-theme
sudo mkdir /etc/gtk-3.0
echo '[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1
' | sudo tee /etc/gtk-3.0/settings.ini
sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
[org/gnome/desktop/interface]
gtk-theme='Arc-Dark'
icon-theme='Arc'
EOF
sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y
sudo dnf install protonvpn -y