Set if aroute PVPN config init
This commit is contained in:
parent
b018c865bc
commit
13469177bb
1 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,9 @@ separator
|
||||||
|
|
||||||
echo "Configuring ProtonVPN..."
|
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
|
separator
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue