Make ProtonVPN refresh servers before connecting.
This commit is contained in:
parent
9e266a5ff4
commit
1ee26e066e
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
protonvpn refresh
|
||||
env SUDO_USER=$USER doas protonvpn c --cc DK
|
||||
# Uncomment below to use sudo instead of doas, comment the above
|
||||
# Uncomment below to use sudo instead of doas, comment the above line
|
||||
#sudo protonvpn c --cc DK
|
||||
sway-launcher-desktop autostart
|
||||
|
|
Loading…
Reference in a new issue