Rename minimal-protonvpn.sh to protonvpn.sh

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

10
protonvpn.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
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