summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprotonvpn-setup.sh12
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