mirror of
https://github.com/dockur/windows.git
synced 2025-04-05 08:22:02 +00:00
Update install.sh
This commit is contained in:
parent
839900f495
commit
cc2a160f8f
@ -581,8 +581,7 @@ detectImage() {
|
||||
info "Detected: $desc"
|
||||
setXML "" && return 0
|
||||
|
||||
if [[ "$DETECTED" == "win8x86"* ]] || [[ "$DETECTED" == "win81x86"* ]] \
|
||||
|| [[ "$DETECTED" == "win10x86"* ]] || [[ "$DETECTED" == "win11x86"* ]]; then
|
||||
if[[ "$DETECTED" == "win81x86"* ]] || [[ "$DETECTED" == "win10x86"* ]]; then
|
||||
error "The 32-bit version of $desc is not supported!" && return 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user