Update README.md
This commit is contained in:
parent
db2b818521
commit
a6c93dd148
1 changed files with 1 additions and 8 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue