From d52c584c8f62af31d60b8b88f6a5079363c20fd0 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Mon, 21 Sep 2026 07:13:31 +0100 Subject: [PATCH] Update README.md. Update curl installation URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2312ea..7c41f6e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ An admin dashboard for Wireguard — manage hosts, clients, tunnels, and IP rule Run the install script on a fresh machine: ```bash -bash < <(curl -fsSL https://git.tben.me/Moduletrace/wireguard-ui/raw/branch/main/src/scripts/install-wg-ui.sh) +curl -fsSL https://url.tben.me/wg-ui | sudo bash ``` Or clone the repo and run the script manually: