From b222fa01d5a508daf4d76b6f9372b143f0ac37fc Mon Sep 17 00:00:00 2001 From: jduo Date: Thu, 10 Sep 2020 05:45:00 -0300 Subject: [PATCH] Undo original references --- README.md | 4 +++- openvpn-install.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59e884f..23a3957 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ OpenVPN installer for Debian, Ubuntu, Fedora, CentOS and Arch Linux. This script will let you setup your own secure VPN server in just a few seconds. +You can also check out [wireguard-install](https://github.com/angristan/wireguard-install), a simple installer for a simpler, safer, faster and more modern VPN protocol. + ## Usage First, get the script and make it executable: ```bash -curl -O https://raw.githubusercontent.com/joaduo/openvpn-install/master/openvpn-install.sh +curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh chmod +x openvpn-install.sh ``` diff --git a/openvpn-install.sh b/openvpn-install.sh index 6b2f42c..6f8829e 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1297,7 +1297,7 @@ function removeOpenVPN() { function manageMenu() { echo "Welcome to OpenVPN-install!" - echo "The git repository is available at: https://github.com/joaduo/openvpn-install" + echo "The git repository is available at: https://github.com/angristan/openvpn-install" echo "" echo "It looks like OpenVPN is already installed." echo ""