Update vpnconnect

This commit is contained in:
Santiago Lo Coco 2022-02-14 22:52:17 -03:00
parent 3ebbe1f462
commit 593d0d3c6c
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
#!/bin/sh
nm-applet 2>&1 > /dev/null &
#stalonetray 2>&1 > /dev/null
#protonvpn
protonvpn-cli c US-FREE#4
if [ "$1" = "f" ]; then
protonvpn-cli c -f
else
protonvpn-cli c US-FREE#4
fi
killall nm-applet