1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-05 05:33:30 +03:00

Update README.md

Add +x permissions to script.
This commit is contained in:
mbk87 2019-04-16 13:24:21 +02:00 committed by GitHub
parent 0ce2775a3a
commit 7b658c6f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.