From e73b29a129352f29705d5e069b6bcc7fb2bd56d1 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 28 May 2020 13:30:34 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81a317c..6953e64 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ```bash cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v1.5.0zip +wget https://github.com/vmstan/gravity-sync/archive/v1.5.0.zip unzip v1.5.0.zip mv ~/gravity-sync-1.5.0 ~/gravity-sync cd gravity-sync @@ -224,4 +224,4 @@ chmod +x gravity-sync.sh - If you use a non-standard SSH port to connect to your primary Pi-hole, you can add `SSH_PORT='123'` to the bottom of your `gravity-sync.conf` file. (Subsitute 123 for your non-standard port.) This will overwrite the `SSH_PORT=22` at the top of the script as it is imported later in the execution. - If you'd like to know what version of the script you have running by running `./gravity-sync.sh version` - 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. \ No newline at end of file +- If it doesn't kick off, you can manually execute a `git pull` while in the `gravity-sync` directory.