fix: make windows 10 LTSC download work
This commit is contained in:
parent
4b70a341a9
commit
8c59f517c1
2
quickget
2
quickget
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue