feat: Reduce transient startup status messages (#1863)

This commit is contained in:
Kroese
2026-07-15 21:50:20 +02:00
committed by GitHub
parent ea19f2e5ed
commit d75ed28b35
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -845,10 +845,8 @@ downloadFile() {
fi
verifyFile "$iso" "$size" "$total" "$sum" || return 1
isCompressed "$url" && UNPACK="Y"
html "Download finished successfully..."
return 0
fi