1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

fix: Use delay function from base image (#1913)

This commit is contained in:
Kroese
2026-07-21 03:32:52 +02:00
committed by GitHub
parent 8bb131d4fe
commit 43e209294f
-16
View File
@@ -804,22 +804,6 @@ downloadFile() {
return 0
}
delay() {
local i
local delay="$1"
local msg="Will retry in X seconds..."
info "${msg/X/$delay}"
for i in $(seq "$delay" -1 1); do
html "${msg/X/$i}"
sleep 1
done
return 0
}
tryDownload() {
local iso="$1"