From f46f0ae553fb0a5899e33ec885d6c00942f8b00c Mon Sep 17 00:00:00 2001 From: Manuel Sabban Date: Thu, 30 Dec 2021 14:47:51 +0100 Subject: [PATCH] add the ability for the wizard to work on raspbian (#1136) Co-authored-by: sabban <15465465+sabban@users.noreply.github.com> --- 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