Updated Installing (markdown)

Michael Stanclift 2020-10-22 22:46:11 -05:00
parent f834f76405
commit 86b41bb7eb

@ -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.