From 091e1f443142e096a887fe7e7d5f037066a6777e Mon Sep 17 00:00:00 2001 From: joaduo Date: Fri, 9 Aug 2019 11:40:19 -0300 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b679759..485fcfa 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 -curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh +curl -O https://raw.githubusercontent.com/joaduo/openvpn-install/master/openvpn-install.sh chmod +x openvpn-install.sh ```