소스 검색

fix: Detect image platform (#1149)

Kroese 3 달 전
부모
커밋
6bf854fc12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/install.sh

+ 1 - 1
src/install.sh

@@ -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