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"