From 26e9e3856be0c788154994bc0af6b506dbdfe3ed Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 27 Apr 2021 10:30:03 -0500 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Installing.md b/Installing.md index 3d14a9f..0237667 100644 --- a/Installing.md +++ b/Installing.md @@ -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.