Update README.md

This commit is contained in:
Shahzain Ali 2025-01-23 17:53:05 +05:00 committed by GitHub
parent 6f1ef9325d
commit 30b7525deb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ graph LR
First, get the script and make it executable: First, get the script and make it executable:
```bash ```bash
curl -O https://raw.githubusercontent.com/Shahzainali/openvpn-install/refs/heads/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
``` ```