Update install.sh

This commit is contained in:
Kroese 2024-05-04 12:22:16 +02:00 committed by GitHub
parent 077d4aadd9
commit f811e02877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"