mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update mido.sh
This commit is contained in:
parent
29c21c5da8
commit
a2a8e99c35
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ downloadImage() {
|
|||
|
||||
for ((i=1;i<=MIRRORS;i++)); do
|
||||
|
||||
url=$(getLink "$i" "$version")
|
||||
url=$(getLink "$i" "$version" "$language")
|
||||
|
||||
if [ -n "$url" ]; then
|
||||
if [[ "$tried" != "n" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue