opensuse sets OSTYPE to linux (#3514)

This commit is contained in:
blotus 2025-03-15 13:46:35 +01:00 committed by GitHub
parent cce41a1e6c
commit f5400482a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,7 @@ detect_services () {
fi;
done;
done;
if [[ ${OSTYPE} == "linux-gnu" ]] || [[ ${OSTYPE} == "linux-gnueabihf" ]]; then
if [[ ${OSTYPE} == "linux-gnu" ]] || [[ ${OSTYPE} == "linux-gnueabihf" ]] || [[ ${OSTYPE} == "linux" ]]; then
DETECTED_SERVICES+=("linux")
HMENU+=("linux" "on")
else