mirror of
https://github.com/dockur/windows.git
synced 2026-07-15 01:38:16 +01:00
fix: Improve download error message (#1831)
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ downloadWindows() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if echo "$linkJson" | grep -q "We are unable to complete your request at this time."; then
|
if echo "$linkJson" | grep -q "We are unable to complete your request at this time."; then
|
||||||
error "Microsoft blocked the automated download request based on your IP address."
|
error "Microsoft blocked the automated download request."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user