From 0f31cc1267ff7ef867c84f0108e3e3f8f5e86dd7 Mon Sep 17 00:00:00 2001 From: 0xsimulacra Date: Mon, 7 Jul 2025 23:32:11 +0200 Subject: [PATCH] This openSUSE Tumbleweed-Slowroll to the list or recognisable os --- include/osdetection | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdetection b/include/osdetection index 7a2e4bf1..d0b27b3a 100644 --- a/include/osdetection +++ b/include/osdetection @@ -397,6 +397,12 @@ OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') OS_NAME="openSUSE" ;; + "opensuse-slowroll") + LINUX_VERSION="openSUSE Tumbleweed-Slowroll" + # It's rolling release but has a snapshot version (the date of the snapshot) + OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + OS_NAME="openSUSE" + ;; "opensuse-leap") LINUX_VERSION="openSUSE Leap" OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')