mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update install.sh
This commit is contained in:
parent
46c24dbbce
commit
b45f88229c
1 changed files with 6 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue