Update install.sh

This commit is contained in:
Kroese 2024-05-26 19:40:08 +02:00 committed by GitHub
parent 46c24dbbce
commit b45f88229c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -498,8 +498,12 @@ detectImage() {
if [ -n "$DETECTED" ]; then
[[ "${DETECTED,,}" == "winxp"* ]] && return 0
case "${DETECTED,,}" in
"winxp"* | "win98"* )
return 0
;;
esac
if ! setXML "" && [[ "$MANUAL" != [Yy1]* ]]; then
MANUAL="Y"
desc=$(printEdition "$DETECTED" "this version")