Skip to content

Commit

Permalink
Use curl to download fbxsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller authored Jan 31, 2024
1 parent 485c2e1 commit 34e2020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/BuildTools/BuildUtilsDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FBXSDK_URL=https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-0-1/${

if [ ! -d "${FBX2OBJ_DEP_FOLDER}" ]; then
log "Downloading FBX SDK..."
wget -c "${FBXSDK_URL}" -P "${CARLA_DOCKER_UTILS_FOLDER}" --user-agent="Mozilla"
curl -L "${FBXSDK_URL}" -o "${CARLA_DOCKER_UTILS_FOLDER}/${LIB_NAME}.tar.gz" --user-agent "Mozilla"

echo "Unpacking..."
mkdir -p "${FBX2OBJ_DEP_FOLDER}"
Expand Down

0 comments on commit 34e2020

Please sign in to comment.