Updates the readme file

This commit is contained in:
Ali Nemati 2023-01-11 12:55:11 +11:00 committed by GitHub
parent 5acbca4caf
commit 5dcf709163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ You can also check out [wireguard-install](https://github.com/angristan/wireguar
First, get the script and make it executable: First, get the script and make it executable:
```bash ```bash
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh curl -O https://raw.githubusercontent.com/alinhayati/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh chmod +x openvpn-install.sh
``` ```