mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-08-02 18:46:03 -04:00
Rename minimal-protonvpn.sh to protonvpn.sh
This commit is contained in:
parent
c7312032b8
commit
4f68833769
1 changed files with 0 additions and 0 deletions
10
protonvpn.sh
Normal file
10
protonvpn.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue