Update scripts too

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-13 17:13:48 +00:00
parent d9a1d8d610
commit 2c3fddffa6

View file

@ -39,8 +39,14 @@ done
echo "Updateing easy-osm2city..."
git pull --rebase
if [ ! -f scripts/README.md ]; then
echo "Updating scripts..."
cd scripts
git pull --rebase
fi
echo "Updateing osm2city..."
cd osm2city
cd ../osm2city
git pull --rebase
echo "Updating osm2city-data..."