Update run.sh
Co-authored-by: Robin C. Ladiges <Istador@users.noreply.github.com>
This commit is contained in:
parent
d34e0d6609
commit
a544a7fb6e
2
run.sh
2
run.sh
@ -29,7 +29,7 @@ fi
|
||||
|
||||
set -x
|
||||
|
||||
if [ ! "$(ls -A /home/renderer/src/openstreetmap-carto)" ]; then
|
||||
if [ ! -d /home/renderer/src/openstreetmap-carto ]; then
|
||||
|
||||
git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 /home/renderer/src/openstreetmap-carto
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user