mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 16:20:04 +01:00
Undo original references
This commit is contained in:
parent
abc0676b4c
commit
b222fa01d5
@ -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.
|
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
|
## Usage
|
||||||
|
|
||||||
First, get the script and make it executable:
|
First, get the script and make it executable:
|
||||||
|
|
||||||
```bash
|
```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
|
chmod +x openvpn-install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1297,7 +1297,7 @@ function removeOpenVPN() {
|
|||||||
|
|
||||||
function manageMenu() {
|
function manageMenu() {
|
||||||
echo "Welcome to OpenVPN-install!"
|
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 ""
|
||||||
echo "It looks like OpenVPN is already installed."
|
echo "It looks like OpenVPN is already installed."
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user