From 30b7525debece728db4dbb0dce7ccb64913145c7 Mon Sep 17 00:00:00 2001 From: Shahzain Ali Date: Thu, 23 Jan 2025 17:53:05 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deed86e..e670650 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ graph LR First, get the script and make it executable: ```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 ```