mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
fix: Correct identifier for LTSC/IoT editions (#2109)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user