From acdd6555b88ccb7a0f609a59900a74e4c765c7e6 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 12 Dec 2022 14:22:02 -0600 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing.md b/Installing.md index d7de3e5..3bbd014 100644 --- a/Installing.md +++ b/Installing.md @@ -9,7 +9,7 @@ Prior to making any major changes to your Pi-hole setup, including an install of Open an SSH session to each Pi-hole, and execute the following script. ```bash -curl -sSL https://gravity.vmstan.com | bash +curl -sSL https://raw.githubusercontent.com/vmstan/gs-install/main/gs-install.sh | bash ``` The installer will validate that you have all the necessary components to use Gravity Sync, including an active Pi-hole deployment. It will also add a password-less sudo configuration file for the current user, if it is required.