From 58d084ef71333cb4302a560426a538507e40b74e Mon Sep 17 00:00:00 2001 From: TCH Date: Tue, 26 Mar 2024 20:50:50 +0100 Subject: [PATCH] Update osdetection --- include/osdetection | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdetection b/include/osdetection index ef4bd5875..e5789c88d 100644 --- a/include/osdetection +++ b/include/osdetection @@ -332,6 +332,12 @@ OS_REDHAT_OR_CLONE=1 OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') ;; + "nobara") + LINUX_VERSION="Nobara" + OS_NAME="Nobara Linux" + OS_REDHAT_OR_CLONE=1 + OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + ;; "nodistro") LINUX_VERSION="openembedded" OS_NAME="OpenEmbedded"