diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 12:44:18 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 12:44:18 +0200 |
| commit | f75b4d6c8469dd98924ae4b1b540e508f0e41ba5 (patch) | |
| tree | bce89fed1aabcf21c15176309fc0f60c05fbe6ec /.local | |
| parent | 1f42da870ba95e96647ce9e29a806d32b820cd89 (diff) | |
| download | dotfiles-f75b4d6c8469dd98924ae4b1b540e508f0e41ba5.tar.gz dotfiles-f75b4d6c8469dd98924ae4b1b540e508f0e41ba5.zip | |
misc: remove proton-vpn-gtk-app
It doesn't work on Arch, but the CLI does.
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index abda147..361484d 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -133,7 +133,7 @@ sync_secret_service() { # picks up our secret service provider on the DBus. sync_proton_vpn() { # shellcheck disable=SC2034 - local proton_vpn_packages=(proton-vpn-gtk-app proton-vpn-cli) + local proton_vpn_packages=(proton-vpn-cli) # --needed because one of the two packages might already be synced sync_packages pacman proton_vpn_packages --needed --assume-installed gnome-keyring } |
