From 65905f0787e9cc1f836f3eb4e459ce3623168852 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 27 Oct 2023 07:58:54 -0500 Subject: [PATCH] Updated 4.0 (markdown) --- 4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.0.md b/4.0.md index 9a6c045..212bf19 100644 --- a/4.0.md +++ b/4.0.md @@ -69,7 +69,7 @@ There are two ways to upgrade to Gravity Sync 4. ### Fresh Install ```bash -curl -sSL http://gravity.vmstan.com | bash +curl -sSL https://raw.githubusercontent.com/vmstan/gs-install/main/gs-install.sh | bash ``` Using the curl to bash one liner listed above, you will deploy a new install of Gravity Sync 4 to both of your existing Pi-hole. Any current Gravity Sync configuration will be ignored.