mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
fix: ARM64 LTSC Evaluation download route (#2115)
This commit is contained in:
+6
-1
@@ -321,8 +321,13 @@ downloadWindowsEval() {
|
|||||||
type="iot"
|
type="iot"
|
||||||
winVer="windows-11-iot-enterprise-ltsc-eval" ;;
|
winVer="windows-11-iot-enterprise-ltsc-eval" ;;
|
||||||
"win11${PLATFORM,,}-enterprise-ltsc-eval" )
|
"win11${PLATFORM,,}-enterprise-ltsc-eval" )
|
||||||
|
if [[ "${PLATFORM,,}" == "arm64" ]]; then
|
||||||
|
type="iot"
|
||||||
|
winVer="windows-11-iot-enterprise-ltsc-eval"
|
||||||
|
else
|
||||||
type="ltsc"
|
type="ltsc"
|
||||||
winVer="windows-11-enterprise" ;;
|
winVer="windows-11-enterprise"
|
||||||
|
fi ;;
|
||||||
"win2025-eval" )
|
"win2025-eval" )
|
||||||
type="server"
|
type="server"
|
||||||
winVer="windows-server-2025" ;;
|
winVer="windows-server-2025" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user