fix: Apply XML file

This commit is contained in:
Kroese 2024-01-18 21:50:11 +01:00 committed by GitHub
parent 6386cd82fd
commit 27c31c0091
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,14 +125,13 @@ echo
XML="" XML=""
FB="falling back to manual installation!" FB="falling back to manual installation!"
if [[ "$MANUAL" != [Yy1]* ]]; then
if [[ "$EXTERNAL" != [Yy1]* ]]; then if [[ "$EXTERNAL" != [Yy1]* ]]; then
XML="$VERSION.xml" XML="$VERSION.xml"
else else
if [[ "$MANUAL" != [Yy1]* ]]; then
info "Detecting Windows version from ISO image..." info "Detecting Windows version from ISO image..."
LOC="$DIR/sources/install.wim" LOC="$DIR/sources/install.wim"