From 471375c8a5b00b49d61b1f186f61139ad941d7b2 Mon Sep 17 00:00:00 2001 From: tuckyapps Date: Sun, 8 Sep 2019 11:50:16 +0200 Subject: [PATCH] Fixed Comments to Point to angristan repo. --- openvpn-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 36f8e38..ea38d83 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Secure OpenVPN server installer for Debian, Ubuntu, CentOS, Amazon Linux 2, Fedora and Arch Linux -# https://github.com/tuckyapps/openvpn-install +# https://github.com/angristan/openvpn-install function isRoot () { if [ "$EUID" -ne 0 ]; then @@ -193,7 +193,7 @@ private-address: ::ffff:0:0/96' > /etc/unbound/openvpn.conf function installQuestions () { echo "Welcome to the OpenVPN installer!" - echo "The git repository is available at: https://github.com/tuckyapps/openvpn-install" + echo "The git repository is available at: https://github.com/angristan/openvpn-install" echo "" echo "I need to ask you a few questions before starting the setup." @@ -365,7 +365,7 @@ function installQuestions () { echo "Do you want to customize encryption settings?" echo "Unless you know what you're doing, you should stick with the default parameters provided by the script." echo "Note that whatever you choose, all the choices presented in the script are safe. (Unlike OpenVPN's defaults)" - echo "See https://github.com/tuckyapps/openvpn-install#security-and-encryption to learn more." + echo "See https://github.com/angristan/openvpn-install#security-and-encryption to learn more." echo "" until [[ $CUSTOMIZE_ENC =~ (y|n) ]]; do read -rp "Customize encryption settings? [y/n]: " -e -i n CUSTOMIZE_ENC @@ -1233,7 +1233,7 @@ function removeOpenVPN () { function manageMenu () { clear echo "Welcome to OpenVPN-install!" - echo "The git repository is available at: https://github.com/tuckyapps/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 ""