mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
1.7.1
This commit is contained in:
parent
69cda511aa
commit
9c95116ee7
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#### 1.7.1
|
#### 1.7.1
|
||||||
- There is a changelog file now. I'm mentioning it in the changelog file. So meta.
|
- There is a changelog file now. I'm mentioning it in the changelog file. So meta.
|
||||||
- `./gravity-sync.sh version` will alert for new versions.
|
- `./gravity-sync.sh version` will check for and alert you for new versions.
|
||||||
|
|
||||||
## 1.6
|
## 1.6
|
||||||
### The Restorative Release
|
### The Restorative Release
|
||||||
|
@ -45,9 +45,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
wget https://github.com/vmstan/gravity-sync/archive/v1.7.0.zip
|
wget https://github.com/vmstan/gravity-sync/archive/v1.7.1.zip
|
||||||
unzip v1.7.0.zip
|
unzip v1.7.1.zip
|
||||||
mv ~/gravity-sync-1.7.0 ~/gravity-sync
|
mv ~/gravity-sync-1.7.1 ~/gravity-sync
|
||||||
cd gravity-sync
|
cd gravity-sync
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# GRAVITY SYNC BY VMSTAN #####################
|
# GRAVITY SYNC BY VMSTAN #####################
|
||||||
PROGRAM='Gravity Sync'
|
PROGRAM='Gravity Sync'
|
||||||
VERSION='1.7.0'
|
VERSION='1.7.1'
|
||||||
|
|
||||||
# Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync')
|
# 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
|
# For documentation or downloading updates visit https://github.com/vmstan/gravity-sync
|
||||||
|
Loading…
Reference in New Issue
Block a user