From f0bd9c71c1bd0904e841a7180c12d6374601353a Mon Sep 17 00:00:00 2001 From: Justin Pasher Date: Mon, 24 Feb 2025 23:43:27 -0600 Subject: [PATCH] Add detection for OpenMandriva Lx --- include/osdetection | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdetection b/include/osdetection index 7a2e4bf19..6ac57847b 100644 --- a/include/osdetection +++ b/include/osdetection @@ -391,6 +391,12 @@ OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') ;; + "openmandriva") + LINUX_VERSION="OpenMandriva Lx" + OS_NAME="OpenMandriva Lx" + OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + ;; "opensuse-tumbleweed") LINUX_VERSION="openSUSE Tumbleweed" # It's rolling release but has a snapshot version (the date of the snapshot)