mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Update mido.sh
This commit is contained in:
parent
57004574f3
commit
ea42407845
1 changed files with 1 additions and 8 deletions
|
|
@ -562,14 +562,7 @@ downloadFile() {
|
||||||
|
|
||||||
info "$msg..."
|
info "$msg..."
|
||||||
|
|
||||||
case "${domain,,}" in
|
{ wget "$url" -O "$iso" -q --timeout=30 --no-http-keep-alive --user-agent "$agent" --show-progress "$progress"; rc=$?; } || :
|
||||||
*"archive.org" )
|
|
||||||
{ wget2 "$url" -O "$iso" -q --timeout=30 --user-agent "$agent" --force-progress "$progress"; rc=$?; } || :
|
|
||||||
;;
|
|
||||||
* )
|
|
||||||
{ wget "$url" -O "$iso" -q --timeout=30 --no-http-keep-alive --user-agent "$agent" --show-progress "$progress"; rc=$?; } || :
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
fKill "progress.sh"
|
fKill "progress.sh"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue