Debug curl checksum issues

This commit is contained in:
2024-10-24 13:22:32 -04:00
parent 0de4af9bdb
commit 4d77b17269

View File

@@ -398,7 +398,7 @@ getImageBuilderChecksum() {
fi fi
echo "Downloading Image Builder checksum using $DL_TOOL" echo "Downloading Image Builder checksum using $DL_TOOL"
execute "$DL_TOOL -o $IB_SHA256_FILE $IB_SHA256_URL" execute "wget -O $IB_SHA256_FILE $IB_SHA256_URL"
} }