From 5741989e699d90dcc500ccac0649075c8b0b30a0 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 7 Oct 2015 16:00:06 +0800 Subject: [PATCH] Update README.md Use `&&` instead of `;` in the command, do not run the script if download failed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d983538..055b23e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This script will let you setup your own VPN server in no more than a minute, eve ###Installation 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.