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.
|
- No new Star Trek references.
|
||||||
|
|
||||||
#### 1.7.4
|
#### 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
|
#### 1.7.3
|
||||||
- Cleaning up output of argument listing
|
- Cleaning up output of argument listing
|
||||||
|
@ -45,8 +45,8 @@ 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.3.zip
|
wget https://github.com/vmstan/gravity-sync/archive/v1.7.4.zip
|
||||||
unzip v1.7.3.zip -d gravity-sync
|
unzip v1.7.4.zip -d 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.3'
|
VERSION='1.7.4'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1130,7 +1130,7 @@ case $# in
|
|||||||
error_validate
|
error_validate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MESSAGE="Please run ${YELLOW}update${NC}"
|
MESSAGE="Please run ${YELLOW}update${NC} to apply changes"
|
||||||
echo_info
|
echo_info
|
||||||
|
|
||||||
exit_withchange
|
exit_withchange
|
||||||
|
Loading…
Reference in New Issue
Block a user