feat: Initial support for Windows Server 2025 (#546)

This commit is contained in:
Kroese 2024-05-27 16:53:00 +02:00 committed by GitHub
parent fd83861e7d
commit 4e2651e06a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 801 additions and 62 deletions

View file

@ -201,6 +201,9 @@ download_windows_eval() {
"win10${PLATFORM,,}-enterprise-ltsc-eval" )
enterprise_type="ltsc"
windows_version="windows-10-enterprise" ;;
"win2025-eval" )
enterprise_type="server"
windows_version="windows-server-2025" ;;
"win2022-eval" )
enterprise_type="server"
windows_version="windows-server-2022" ;;
@ -329,7 +332,7 @@ getWindows() {
"win11${PLATFORM,,}-enterprise"* | "win10${PLATFORM,,}-enterprise"* )
download_windows_eval "$version" "$lang" "$edition" && return 0
;;
"win2022-eval" | "win2019-eval" | "win2016-eval" | "win2012r2-eval" )
"win2025-eval" | "win2022-eval" | "win2019-eval" | "win2016-eval" | "win2012r2-eval" )
download_windows_eval "$version" "$lang" "$edition" && return 0
;;
"win81${PLATFORM,,}-enterprise-eval" )