summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/dotfiles2
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
}