diff --git a/README.md b/README.md index 78c1a6d..08b6de0 100644 --- a/README.md +++ b/README.md @@ -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 : ```bash -curl -O https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh -chmod +x openvpn-install.sh -``` - -Then run it : - -```sh -./openvpn-install.sh +curl -sSL https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh | bash ``` You need to run the script as root and have the TUN module enabled.