fix: Correct identifier for LTSC/IoT editions (#2109)

This commit is contained in:
Kroese
2026-08-08 04:42:37 +02:00
committed by GitHub
parent 4ae04facfa
commit 2170bc0f3c
2 changed files with 11 additions and 16 deletions
+3
View File
@@ -51,6 +51,9 @@ selectWindowsImage() {
DETECTED="$VERSION"
fi
DETECTED="${DETECTED/-enterprise-iot/-iot}"
DETECTED="${DETECTED/-enterprise-ltsc/-ltsc}"
if [ -n "$DETECTED" ]; then
if ! setImage; then