feat: Print URL In debug mode

This commit is contained in:
Kroese 2025-09-14 09:02:30 +02:00 committed by GitHub
parent da308b7e89
commit 0bee329b7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -561,6 +561,7 @@ downloadFile() {
fi
info "$msg..."
[[ "$DEBUG" == [Yy1]* ]] && echo "Downloading $url"
{ wget "$url" -O "$iso" -q --timeout=30 --no-http-keep-alive --user-agent "$agent" --show-progress "$progress"; rc=$?; } || :