Unzip quiet

This commit is contained in:
xavisolesoft 2024-04-29 19:00:35 +01:00 committed by Blyron
parent 1071001114
commit 4da350ab2d
1 changed files with 1 additions and 1 deletions

View File

@ -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