mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update install.sh
This commit is contained in:
parent
de246580e8
commit
e43abe8adf
1 changed files with 2 additions and 2 deletions
|
|
@ -596,7 +596,7 @@ detectImage() {
|
||||||
|
|
||||||
dsc=$(printVersion "$DETECTED" "$DETECTED")
|
dsc=$(printVersion "$DETECTED" "$DETECTED")
|
||||||
|
|
||||||
warn "got $dsc, but no matching answer file called $DETECTED.xml exists, $FB."
|
warn "detected $dsc, but its answer file does not exist ($DETECTED.xml), $FB."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
@ -646,7 +646,7 @@ detectImage() {
|
||||||
[[ "$MANUAL" != [Yy1]* ]] && XML="$DETECTED.xml"
|
[[ "$MANUAL" != [Yy1]* ]] && XML="$DETECTED.xml"
|
||||||
info "Detected: $desc"
|
info "Detected: $desc"
|
||||||
else
|
else
|
||||||
warn "detected $desc, but no matching answer file called $DETECTED.xml exists, $FB."
|
warn "detected $desc, but no answer file exists for its edition ($DETECTED.xml), $FB."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue