From 7b658c6f557dfbd4043083962d287f3c447ce42c Mon Sep 17 00:00:00 2001 From: mbk87 <44500720+mbk87@users.noreply.github.com> Date: Tue, 16 Apr 2019 13:24:21 +0200 Subject: [PATCH] Update README.md Add +x permissions to script. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7990dc9..be30e8b 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 https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh` +`wget https://git.io/vpn -O openvpn-install.sh && chmod +x 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.