Unzip quiet
This commit is contained in:
parent
1071001114
commit
4da350ab2d
|
@ -79,7 +79,7 @@ if ${BUILD_OSM2ODR} ; then
|
||||||
if [ ! -d ${OSM2ODR_SOURCE_FOLDER} ] ; then
|
if [ ! -d ${OSM2ODR_SOURCE_FOLDER} ] ; then
|
||||||
cd ${CARLA_BUILD_FOLDER}
|
cd ${CARLA_BUILD_FOLDER}
|
||||||
curl --retry 5 --retry-max-time 120 -L -o OSM2ODR.zip https://github.com/carla-simulator/sumo/archive/${CURRENT_OSM2ODR_COMMIT}.zip
|
curl --retry 5 --retry-max-time 120 -L -o OSM2ODR.zip https://github.com/carla-simulator/sumo/archive/${CURRENT_OSM2ODR_COMMIT}.zip
|
||||||
unzip OSM2ODR.zip
|
unzip -qq OSM2ODR.zip
|
||||||
rm -f OSM2ODR.zip
|
rm -f OSM2ODR.zip
|
||||||
mv sumo-${CURRENT_OSM2ODR_COMMIT} ${OSM2ODR_SOURCE_FOLDER}
|
mv sumo-${CURRENT_OSM2ODR_COMMIT} ${OSM2ODR_SOURCE_FOLDER}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue