mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
feat: Validate download links
This commit is contained in:
parent
3d051f3437
commit
c78851561f
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ download_windows_eval() {
|
||||||
return 1
|
return 1
|
||||||
fi ;;
|
fi ;;
|
||||||
"arm64" )
|
"arm64" )
|
||||||
if [[ "${iso_download_link,,}" != *"a64"* ]]; then
|
if [[ "${iso_download_link,,}" != *"a64"* && "${iso_download_link,,}" != *"arm64"* ]]; then
|
||||||
[[ "$DEBUG" == [Yy1]* ]] && echo "Link for ARM platform currently not available!"
|
[[ "$DEBUG" == [Yy1]* ]] && echo "Link for ARM platform currently not available!"
|
||||||
return 1
|
return 1
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue