Undo original references

This commit is contained in:
jduo 2020-09-10 05:45:00 -03:00
parent abc0676b4c
commit b222fa01d5
2 changed files with 4 additions and 2 deletions

View File

@ -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
```

View File

@ -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 ""