fix: make windows 10 LTSC download work

This commit is contained in:
Martin Wimpress 2024-05-09 15:48:14 +01:00 committed by Martin Wimpress
parent 4b70a341a9
commit 8c59f517c1
1 changed files with 1 additions and 1 deletions

View File

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