From e4eb72db27f8a15a79e0b4cf364257fc666ea50f Mon Sep 17 00:00:00 2001 From: cycloarcane Date: Sun, 16 Nov 2025 19:29:55 +0000 Subject: [PATCH] Fix OS detection for CachyOS (ID=cachyos) --- include/osdetection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osdetection b/include/osdetection index 141f13f9..9386c8f7 100644 --- a/include/osdetection +++ b/include/osdetection @@ -223,7 +223,7 @@ 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 '"') ;; - "CachyOS") + "cachyos") LINUX_VERSION="CachyOS" OS_FULLNAME="CachyOS" OS_VERSION="Rolling release"