Преглед изворни кода

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