From f93092ee44129d6a4ec20c5913ab6ebd305edf86 Mon Sep 17 00:00:00 2001 From: xiahare Date: Fri, 18 Oct 2024 12:17:46 -0700 Subject: [PATCH] update readme:curl url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd83d6a..e74b207 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can also check out [wireguard-install](https://github.com/angristan/wireguar First, get the script and make it executable: ```bash -curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh +curl -O https://raw.githubusercontent.com/xiahare/openvpn-install/master/openvpn-install.sh chmod +x openvpn-install.sh ```