From efa06870c08a881413cb6e08de43a1d0f8468dad Mon Sep 17 00:00:00 2001 From: sabban <15465465+sabban@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:53:44 +0100 Subject: [PATCH] add the ability for the wizard to work on raspbian --- wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard.sh b/wizard.sh index febefba13..a858b470c 100755 --- a/wizard.sh +++ b/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