added password variable

This commit is contained in:
Michael Stanclift 2020-05-23 16:45:31 -05:00
parent b8f8262c5e
commit 4d6c39c9c8
2 changed files with 12 additions and 6 deletions

View File

@ -68,9 +68,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
``` ```
cd ~ cd ~
wget https://github.com/vmstan/gravity-sync/archive/v1.2.5.zip wget https://github.com/vmstan/gravity-sync/archive/v1.3.0.zip
unzip v1.2.5.zip unzip v1.3.0.zip
mv ~/gravity-sync-1.2.5 ~/gravity-sync mv ~/gravity-sync-1.3.0 ~/gravity-sync
cd gravity-sync cd gravity-sync
``` ```

View File

@ -1,3 +1,9 @@
# REQUIRED SETTINGS # REQUIRED SETTINGS ######################
REMOTE_HOST='192.168.1.10' # your master Pihole IP or DNS # Pi-hole Primary Node in IP or DNS
REMOTE_USER='pi' # user account with sudo rights on master Pihole REMOTE_HOST='192.168.1.10'
# User on Primary PH with SUDO rights
REMOTE_USER='pi'
# Password for REMOTE_USER account
REMOTE_PASS=password