From a6c93dd148cb810b29c3588d6970ec319d9a4d97 Mon Sep 17 00:00:00 2001 From: Prajwal Koirala <16564273+LiveChief@users.noreply.github.com> Date: Sun, 20 Jan 2019 21:35:49 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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.