mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-12 13:31:32 -05:00
Update minimal-protonvpn.sh
This commit is contained in:
parent
862445017e
commit
c7312032b8
@ -1,13 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
|
||||||
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
|
[org/gnome/desktop/interface]
|
||||||
|
gtk-theme='Arc-Dark'
|
||||||
sudo mkdir /etc/gtk-3.0
|
icon-theme='Arc'
|
||||||
echo '[Settings]
|
EOF
|
||||||
gtk-theme-name=Arc-Dark
|
|
||||||
gtk-application-prefer-dark-theme=1
|
|
||||||
' | sudo tee /etc/gtk-3.0/settings.ini
|
|
||||||
|
|
||||||
sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y
|
sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y
|
||||||
sudo dnf install protonvpn -y
|
sudo dnf install protonvpn -y
|
||||||
|
Loading…
Reference in New Issue
Block a user