From 1418a285020ece3b3674d1c4d92119013c0437d3 Mon Sep 17 00:00:00 2001 From: Galexrt Date: Mon, 21 Apr 2014 14:45:23 +0200 Subject: [PATCH] Added shorter download command --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d07c200..a9e2f86 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ This script will let you setup your own VPN server in no more than one minute, e Run the script and follow the assistant: `wget http://git.io/vpn --no-check-certificate -O openvpn-install.sh; chmod +x openvpn-install.sh; ./openvpn-install.sh` +or +`wget http://git.io/vpn --no-check-certificate -O - | sh` Once it ends, you can run it again to add more users. ###I want to run my own VPN but don't have a server for that You can get a little VPS for just $6/year at [Bandwagon Host](https://bandwagonhost.com/aff.php?aff=575&pid=21). -If you don't care about sharing an IP address with more people, check out the awesome [LowEndSpirit](http://lowendspirit.com/) project too. They are providing IPv6 VPS with NATed IPv4 for only 3€/year. \ No newline at end of file +If you don't care about sharing an IP address with more people, check out the awesome [LowEndSpirit](http://lowendspirit.com/) project too. They are providing IPv6 VPS with NATed IPv4 for only 3€/year.