This commit is contained in:
joaduo 2019-08-09 11:40:19 -03:00 committed by GitHub
parent 8e2f3e11d2
commit 091e1f4431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ This script will let you setup your own secure VPN server in just a few seconds.
First, get the script and make it executable :
```bash
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
curl -O https://raw.githubusercontent.com/joaduo/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
```