mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update install.sh
This commit is contained in:
parent
077d4aadd9
commit
f811e02877
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ detectImage() {
|
||||||
|
|
||||||
info=$(wimlib-imagex info -xml "$loc" | tr -d '\000')
|
info=$(wimlib-imagex info -xml "$loc" | tr -d '\000')
|
||||||
DETECTED=$(detectVersion "$info")
|
DETECTED=$(detectVersion "$info")
|
||||||
|
|
||||||
if [ -z "$DETECTED" ]; then
|
if [ -z "$DETECTED" ]; then
|
||||||
msg="Failed to determine Windows version from image"
|
msg="Failed to determine Windows version from image"
|
||||||
setXML "" && info "${msg}!" || warn "${msg}, $FB"
|
setXML "" && info "${msg}!" || warn "${msg}, $FB"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue