mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
v1.1.5
This commit is contained in:
parent
1bb874ef04
commit
e1d5b7df18
14
README.md
14
README.md
@ -66,9 +66,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
|
||||
|
||||
```
|
||||
cd ~
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.1.4.zip
|
||||
unzip v1.1.4.zip
|
||||
mv ~/gravity-sync-1.1.4 ~/gravity-sync
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.1.5.zip
|
||||
unzip v1.1.5.zip
|
||||
mv ~/gravity-sync-1.1.5 ~/gravity-sync
|
||||
cd gravity-sync
|
||||
```
|
||||
|
||||
@ -165,4 +165,10 @@ If you'd like to know what version of the script you have running.
|
||||
|
||||
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.
|
||||
|
||||
For additional Git issues, get in line.
|
||||
For additional Git issues, get in line.
|
||||
|
||||
If you'd like to quickly see if a pull executed successfully
|
||||
|
||||
```
|
||||
./gravity-sync.sh logs
|
||||
```
|
Loading…
Reference in New Issue
Block a user