From 86b41bb7eb027315a046b365c84c72373832f11c Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 22 Oct 2020 22:46:11 -0500 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installing.md b/Installing.md index 44e1b0f..1baca16 100644 --- a/Installing.md +++ b/Installing.md @@ -7,7 +7,7 @@ Minimal preperation is required on your primary Pi-hole, the installer will most Login to your _primary_ Pi-hole, and run the following command: ```bash -export GS_INSTALL=primary && curl -sSL https://raw.githubusercontent.com/vmstan/gravity-sync/master/prep/gs-install.sh | bash +export GS_INSTALL=primary && curl -sSL https://gravity.vmstan.com | bash ``` This will verify you have everything necessary to use Gravity Sync. It will also add a passwordless sudo configuration file for the current user. The installer will then exit, and direct you to proceed to the secondary Pi-hole. @@ -21,7 +21,7 @@ From this point forward, all operations will take place on your secondary Pi-hol Login to your _secondary_ Pi-hole, and run the following command: ```bash -export GS_INSTALL=secondary && curl -sSL https://raw.githubusercontent.com/vmstan/gravity-sync/master/prep/gs-install.sh | bash +export GS_INSTALL=secondary && curl -sSL https://gravity.vmstan.com | bash ``` This will verify you have everything necessary to use Gravity Sync. The installer will then use Git to make a copy of the Gravity Sync executables in the folder the installer was executed in, and direct you to proceed to Configuration step below. Once this has completed, you will now have a folder called `gravity-sync` in your installed directory. Everything Gravity Sync runs from there.