From f3e1b1c784e7fa9230d8b171f001fdeebdbb3b39 Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Mon, 14 Oct 2024 16:04:37 -0600 Subject: [PATCH] fixing URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe9796..f143561 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ The following command will install these tools. It is adviseable to review the contents of `quickstart.sh` before running it, as it's generally a good security practice to understand what a script does before executing it, especially with elevated privileges. You may need to install `curl` first. ```bash -curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-setup/main/quickstart.sh | bash +curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-config/refs/heads/main/quickstart.sh | bash ```