Kroese 3 месяцев назад
Родитель
Сommit
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