mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
1.7.4
This commit is contained in:
parent
0ee951503a
commit
e54a01ecb6
@ -12,7 +12,9 @@
|
||||
- No new Star Trek references.
|
||||
|
||||
#### 1.7.4
|
||||
- Changelog polarity reversed.
|
||||
- Changelog polarity reversed after heated discussions with marketing team.
|
||||
- Improved method to activate development branch updates, as added in 1.7.2.
|
||||
- `./gravity-sync.sh dev` will now toggle dev flag on/off. No `touch` required, although it still works that way under the covers.
|
||||
|
||||
#### 1.7.3
|
||||
- Cleaning up output of argument listing
|
||||
|
@ -45,8 +45,8 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
|
||||
|
||||
```bash
|
||||
cd ~
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.7.3.zip
|
||||
unzip v1.7.3.zip -d gravity-sync
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.7.4.zip
|
||||
unzip v1.7.4.zip -d gravity-sync
|
||||
cd gravity-sync
|
||||
```
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# GRAVITY SYNC BY VMSTAN #####################
|
||||
PROGRAM='Gravity Sync'
|
||||
VERSION='1.7.3'
|
||||
VERSION='1.7.4'
|
||||
|
||||
# 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
|
||||
@ -1130,7 +1130,7 @@ case $# in
|
||||
error_validate
|
||||
fi
|
||||
|
||||
MESSAGE="Please run ${YELLOW}update${NC}"
|
||||
MESSAGE="Please run ${YELLOW}update${NC} to apply changes"
|
||||
echo_info
|
||||
|
||||
exit_withchange
|
||||
|
Loading…
Reference in New Issue
Block a user