From ff2af374f66be9ff25184ac23947cd7225a5296f Mon Sep 17 00:00:00 2001 From: angristan Date: Thu, 27 Sep 2018 22:21:19 +0200 Subject: [PATCH] Use curl instead of wget in README curl is pre-installed more often --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e11d439..f2a6324 100644 --- a/README.md +++ b/README.md @@ -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 -wget https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh +curl -O https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh chmod +x openvpn-install.sh ``` @@ -68,7 +68,6 @@ The script supports these OS and architectures: | Ubuntu 16.04 | ✅ | ✅ | ❌ | ❌ | | Ubuntu 18.04 | ❌ | ✅ | ✅ | ✅ | - To be noted: - It should work on Debian 8+ and Ubuntu 16.04+. But versions not in the table above are not officially supported.