mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +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
|
||||
# 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!"
|
||||
else
|
||||
language=$(getLanguage "$lang" "desc")
|
||||
error "No download for the $language language available!"
|
||||
fi
|
||||
error "Microsoft servers gave us no download link to our request for an automated download!"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue