This commit is contained in:
Michael Stanclift 2020-07-11 08:53:04 -05:00
parent ac7a897f10
commit 4eacab6fa7
4 changed files with 7 additions and 4 deletions

View File

@ -14,8 +14,8 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
```bash
cd ~
wget https://github.com/vmstan/gravity-sync/archive/v2.1.0.zip
unzip v2.1.0.zip -d gravity-sync
wget https://github.com/vmstan/gravity-sync/archive/v2.1.1.zip
unzip v2.1.1.zip -d gravity-sync
cd gravity-sync
```

View File

@ -19,6 +19,9 @@ Support for the the Dropbear SSH client/server (which was added in 1.7.6) will b
The `./gravity-sync.sh update` and `version` functions will look for the `dbclient` binary on the local system and warn users about the upcoming changes.
#### 2.1.1
- Last release was incorrectly published without logic to ignore `custom.list` if request or not used.
## 2.0
### The Smart Release

View File

@ -1 +1 @@
2.1.0
2.1.1

View File

@ -3,7 +3,7 @@ SCRIPT_START=$SECONDS
# GRAVITY SYNC BY VMSTAN #####################
PROGRAM='Gravity Sync'
VERSION='2.1.0'
VERSION='2.1.1'
# Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync')
# For documentation or downloading updates visit https://github.com/vmstan/gravity-sync