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
46c24dbbce
commit
b45f88229c
1 changed files with 6 additions and 2 deletions
|
|
@ -498,7 +498,11 @@ detectImage() {
|
||||||
|
|
||||||
if [ -n "$DETECTED" ]; then
|
if [ -n "$DETECTED" ]; then
|
||||||
|
|
||||||
[[ "${DETECTED,,}" == "winxp"* ]] && return 0
|
case "${DETECTED,,}" in
|
||||||
|
"winxp"* | "win98"* )
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if ! setXML "" && [[ "$MANUAL" != [Yy1]* ]]; then
|
if ! setXML "" && [[ "$MANUAL" != [Yy1]* ]]; then
|
||||||
MANUAL="Y"
|
MANUAL="Y"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue