Przeglądaj źródła

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

Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
Manuel Sabban 3 lat temu
rodzic
commit
f46f0ae553
1 zmienionych plików z 1 dodań i 1 usunięć
  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