mirror of
https://github.com/dockur/windows.git
synced 2025-08-15 11:12:29 +02:00
fix: Detect image platform (#1149)
This commit is contained in:
@ -581,7 +581,7 @@ detectImage() {
|
||||
info "Detected: $desc"
|
||||
setXML "" && return 0
|
||||
|
||||
if[[ "$DETECTED" == "win81x86"* ]] || [[ "$DETECTED" == "win10x86"* ]]; then
|
||||
if [[ "$DETECTED" == "win81x86"* ]] || [[ "$DETECTED" == "win10x86"* ]]; then
|
||||
error "The 32-bit version of $desc is not supported!" && return 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user