mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Apply XML file
This commit is contained in:
parent
6386cd82fd
commit
27c31c0091
1 changed files with 4 additions and 5 deletions
|
|
@ -125,13 +125,12 @@ echo
|
|||
XML=""
|
||||
FB="falling back to manual installation!"
|
||||
|
||||
if [[ "$EXTERNAL" != [Yy1]* ]]; then
|
||||
if [[ "$MANUAL" != [Yy1]* ]]; then
|
||||
if [[ "$EXTERNAL" != [Yy1]* ]]; then
|
||||
|
||||
XML="$VERSION.xml"
|
||||
XML="$VERSION.xml"
|
||||
|
||||
else
|
||||
|
||||
if [[ "$MANUAL" != [Yy1]* ]]; then
|
||||
else
|
||||
|
||||
info "Detecting Windows version from ISO image..."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue