Merge pull request #76 from PeterDaveHello/patch-1

Don't run the script if download failed
This commit is contained in:
Nyr 2015-10-07 13:38:21 +02:00
commit 5c65625bcc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This script will let you setup your own VPN server in no more than a minute, eve
###Installation ###Installation
Run the script and follow the assistant: Run the script and follow the assistant:
`wget git.io/vpn --no-check-certificate -O openvpn-install.sh; bash openvpn-install.sh` `wget git.io/vpn --no-check-certificate -O openvpn-install.sh && bash openvpn-install.sh`
Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN. Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN.