Add sudo to protonvpn command, otherwise it was rejected
This commit is contained in:
parent
bd176da680
commit
2bf0c788f8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if command -v numlockx >/dev/null 2>&1; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command -v protonvpn >/dev/null 2>&1; then
|
if command -v protonvpn >/dev/null 2>&1; then
|
||||||
protonvpn c -f
|
sudo protonvpn c -f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|
Loading…
Add table
Reference in a new issue