Update run.sh

Co-authored-by: Robin C. Ladiges <Istador@users.noreply.github.com>
This commit is contained in:
galewis2 2022-02-28 10:33:09 -05:00 committed by GitHub
parent d34e0d6609
commit a544a7fb6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.sh
View File

@ -29,7 +29,7 @@ fi
set -x 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 git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 /home/renderer/src/openstreetmap-carto