Updated Installing (markdown)

Michael Stanclift 2022-12-12 14:22:02 -06:00
parent 4d608b84bc
commit acdd6555b8

@ -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. Open an SSH session to each Pi-hole, and execute the following script.
```bash ```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. 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.