From e9d3b51764d1ec526e2dbbb6559554f90fa594da Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 25 May 2020 15:32:28 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de04ee8..c9e0151 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Make sure you've set the REMOTE_HOST and REMOTE_USER variables with the IP (or D ``` REMOTE_HOST='192.168.1.10' -REMOTE_USER='*pi*' +REMOTE_USER='pi' ``` Do not set the `REMOTE_PASS` variable until you've read the next section on SSH. @@ -206,4 +206,4 @@ If you'd like to know what version of the script you have running. If the update script fails, make sure you did your original deployment via `git clone` and not a manual install. If it doesn't kick off, you can manually execute a `git pull` while in the `gravity-sync` directory. -If your script prompts for a password on the remote system, make sure that your user account is setup not to require passwords in the sudoers file. \ No newline at end of file +If your script prompts for a password on the remote system, make sure that your user account is setup not to require passwords in the sudoers file. From 4497b4016373e16efa3b25ec202416971d41d3af Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 26 May 2020 09:48:24 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d320e..b0f37e7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ What is better than a [Pi-hole](https://github.com/pi-hole/pi-hole) blocking ads That's Gravity Sync. -![Pull execution](https://user-images.githubusercontent.com/3002053/82855198-4074bd00-9ed0-11ea-96ca-65e0f3d9b71a.gif) +![Pull execution](https://user-images.githubusercontent.com/3002053/82915078-e870a180-9f35-11ea-8b36-271a02acdeaa.gif) Gravity Sync will **not** overwrite device specific settings such as local network configuration, admin/API passwords/keys, local hostfiles, upstream DNS resolvers, etc. It will also **not** keep DHCP settings or device leases synchronized.