mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
fix: Windows 11 LTSC download link
This commit is contained in:
parent
66f1dd4bbc
commit
2d5f5c4b54
1 changed files with 2 additions and 2 deletions
|
|
@ -191,10 +191,10 @@ download_windows_eval() {
|
||||||
windows_version="windows-11-enterprise" ;;
|
windows_version="windows-11-enterprise" ;;
|
||||||
"win11${PLATFORM,,}-enterprise-iot-eval" )
|
"win11${PLATFORM,,}-enterprise-iot-eval" )
|
||||||
enterprise_type="iot"
|
enterprise_type="iot"
|
||||||
windows_version="windows-11-iot-enterprise-ltsc" ;;
|
windows_version="windows-11-iot-enterprise-ltsc-eval" ;;
|
||||||
"win11${PLATFORM,,}-enterprise-ltsc-eval" )
|
"win11${PLATFORM,,}-enterprise-ltsc-eval" )
|
||||||
enterprise_type="iot"
|
enterprise_type="iot"
|
||||||
windows_version="windows-11-iot-enterprise-ltsc" ;;
|
windows_version="windows-11-iot-enterprise-ltsc-eval" ;;
|
||||||
"win10${PLATFORM,,}-enterprise-eval" )
|
"win10${PLATFORM,,}-enterprise-eval" )
|
||||||
enterprise_type="enterprise"
|
enterprise_type="enterprise"
|
||||||
windows_version="windows-10-enterprise" ;;
|
windows_version="windows-10-enterprise" ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue