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

Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
This commit is contained in:
Manuel Sabban 2021-12-30 14:47:51 +01:00 committed by GitHub
parent f86ec1c389
commit f46f0ae553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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