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:
parent
f86ec1c389
commit
f46f0ae553
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue