Updated Installing (markdown)

Michael Stanclift 2021-04-27 10:30:03 -05:00
parent e34932c84c
commit 26e9e3856b

@ -20,6 +20,16 @@ Login to your _secondary_ Pi-hole via SSH, and run the following command:
export GS_INSTALL=secondary && curl -sSL https://gravity.vmstan.com | bash
```
#### Installer Errors
The above installers are designed to work in 95% of use cases. If you have errors when running the installer script that you cannot resolve and feel that you're getting them in error, you can also install Gravity Sync to the secondary Pi-hole manually, by using Git Clone in the directory that you want to install Gravity Sync.
```bash
git clone https://github.com/vmstan/gravity-sync.git
```
This is **not** needed if the automated installer completes successfully.
# Configuration
After you install Gravity Sync to your _secondary Pi-hole_, you will need to create a configuration file. This process will run automatically by the installer.