소스 검색

add the ability for the wizard to work on raspbian (#1136)

Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
Manuel Sabban 3 년 전
부모
커밋
f46f0ae553
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wizard.sh

+ 1 - 1
wizard.sh

@@ -132,7 +132,7 @@ detect_services () {
             fi;
         done;
     done;
-    if [[ ${OSTYPE} == "linux-gnu" ]]; then
+    if [[ ${OSTYPE} == "linux-gnu" ]] || [[ ${OSTYPE} == "linux-gnueabihf" ]]; then
         DETECTED_SERVICES+=("linux")
         HMENU+=("linux" "on")
     else