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:
parent
862445017e
commit
c7312032b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user