Set if aroute PVPN config init

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-08 18:02:54 +02:00
parent b018c865bc
commit 13469177bb

View file

@ -120,7 +120,9 @@ separator
echo "Configuring ProtonVPN..."
sudo protonvpn init && sudo protonvpn c --cc CH
if [ ! -e ~/.pvpn-cli/pvpn-cli.cfg ]; then
sudo protonvpn init && sudo protonvpn c --cc CH
fi
separator