From a207c736e90be2ab7fd6e6a24cce16aa06dae05a Mon Sep 17 00:00:00 2001 From: Pinokaille <52933766+pinokaille@users.noreply.github.com> Date: Sat, 17 Jul 2021 16:51:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f0b6f6..a6d160b 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ Supported distributions: - Fedora - CentOS - Arch Linux +- Rocky linux ## Usage Download and execute the script. Answer the questions asked by the script and it will take care of the rest. ```bash -curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh +curl -O https://raw.githubusercontent.com/pinokaille/wireguard-install/patch-1/wireguard-install.sh chmod +x wireguard-install.sh ./wireguard-install.sh ```