add the ability for the wizard to work on raspbian

This commit is contained in:
sabban 2021-12-29 11:53:44 +01:00
parent 3105897f37
commit efa06870c0

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