mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
Update mido.sh
This commit is contained in:
parent
b949135463
commit
c3c5aecc40
1 changed files with 1 additions and 6 deletions
|
|
@ -150,12 +150,7 @@ download_windows() {
|
||||||
|
|
||||||
if ! [ "$iso_download_link" ]; then
|
if ! [ "$iso_download_link" ]; then
|
||||||
# This should only happen if there's been some change to the download endpoint web address
|
# This should only happen if there's been some change to the download endpoint web address
|
||||||
if [[ "${lang,,}" == "en" ]] || [[ "${lang,,}" == "en-"* ]]; then
|
error "Microsoft servers gave us no download link to our request for an automated download!"
|
||||||
error "Microsoft servers gave us no download link to our request for an automated download!"
|
|
||||||
else
|
|
||||||
language=$(getLanguage "$lang" "desc")
|
|
||||||
error "No download for the $language language available!"
|
|
||||||
fi
|
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue