Update README.md

This commit is contained in:
Prajwal Koirala 2019-01-20 21:35:49 -05:00 committed by GitHub
parent db2b818521
commit a6c93dd148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +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 : First, get the script and make it executable :
```bash ```bash
curl -O https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh curl -sSL https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh | bash
chmod +x openvpn-install.sh
```
Then run it :
```sh
./openvpn-install.sh
``` ```
You need to run the script as root and have the TUN module enabled. You need to run the script as root and have the TUN module enabled.