Skip to content

Commit c17b6c8

Browse files
authored
Merge pull request #1655 from pm187/patch-1
Update osdetection - added CachyOS
2 parents ffd5f7b + dc5c625 commit c17b6c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

include/osdetection

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,12 @@
222222
OS_NAME="BunsenLabs"
223223
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
224224
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
225-
;;
225+
;;
226+
"CachyOS")
227+
LINUX_VERSION="CachyOS"
228+
OS_FULLNAME="CachyOS"
229+
OS_VERSION="Rolling release"
230+
;;
226231
"centos")
227232
LINUX_VERSION="CentOS"
228233
OS_NAME="CentOS Linux"

0 commit comments

Comments
 (0)