diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-12-26 14:11:22 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-12-26 14:11:22 +0100 |
commit | 3ef010125bed05a97035b0c6501b31c8f03b3fcf (patch) | |
tree | bbafba543d8425579be84d549666d5b0ed39c294 /protonvpn-setup.sh | |
parent | c26071d2b45196ce26cad143b7ac75e7ce605a14 (diff) | |
download | bin-3ef010125bed05a97035b0c6501b31c8f03b3fcf.zip bin-3ef010125bed05a97035b0c6501b31c8f03b3fcf.tar.gz |
add protonvpn-setup.sh
Diffstat (limited to 'protonvpn-setup.sh')
-rwxr-xr-x | protonvpn-setup.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/protonvpn-setup.sh b/protonvpn-setup.sh new file mode 100755 index 0000000..fad7dad --- /dev/null +++ b/protonvpn-setup.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +BINF=pvpn + +wget -O $BINF https://raw.githubusercontent.com/ProtonVPN/protonvpn-cli/master/protonvpn-cli.sh +chmod +x $BINF +sudo mv $BINF /usr/bin +sudo pvpn -init +sudo pvpn -c +echo "STATUS" +sudo pvpn -status +xdg-open https://ipleak.net |