From 5dcf70916364228ff588d98a2267b3dc2b75cb4e Mon Sep 17 00:00:00 2001 From: Ali Nemati Date: Wed, 11 Jan 2023 12:55:11 +1100 Subject: [PATCH] Updates the readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e81f28..fc52292 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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/alinhayati/openvpn-install/master/openvpn-install.sh chmod +x openvpn-install.sh ```