Update scripts too
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
d9a1d8d610
commit
2c3fddffa6
1 changed files with 7 additions and 1 deletions
|
@ -39,8 +39,14 @@ done
|
||||||
echo "Updateing easy-osm2city..."
|
echo "Updateing easy-osm2city..."
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
|
||||||
|
if [ ! -f scripts/README.md ]; then
|
||||||
|
echo "Updating scripts..."
|
||||||
|
cd scripts
|
||||||
|
git pull --rebase
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Updateing osm2city..."
|
echo "Updateing osm2city..."
|
||||||
cd osm2city
|
cd ../osm2city
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
|
||||||
echo "Updating osm2city-data..."
|
echo "Updating osm2city-data..."
|
||||||
|
|
Loading…
Reference in a new issue