mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 12:37:20 +01:00
feat: Reduce transient startup status messages (#1863)
This commit is contained in:
@@ -1338,5 +1338,4 @@ if ! finishInstall "$BOOT" "N"; then
|
||||
exit 69
|
||||
fi
|
||||
|
||||
html "Successfully prepared image for installation..."
|
||||
return 0
|
||||
|
||||
@@ -845,10 +845,8 @@ downloadFile() {
|
||||
fi
|
||||
|
||||
verifyFile "$iso" "$size" "$total" "$sum" || return 1
|
||||
|
||||
isCompressed "$url" && UNPACK="Y"
|
||||
|
||||
html "Download finished successfully..."
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user