fix: make windows 10 LTSC download work

This commit is contained in:
Martin Wimpress 2024-05-09 15:48:14 +01:00
parent 8720216f89
commit 564afeb4bc
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -3292,7 +3292,7 @@ function download_windows_workstation() {
function get_windows() {
if [ "${RELEASE}" == "10-ltsc" ]; then
download_windows_workstation windows-10-enterprise ltsc
download_windows_server windows-10-enterprise ltsc
elif [ "${OS}" == "windows-server" ]; then
download_windows_server "windows-server-${RELEASE}"
else