mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-26 03:09:22 +02:00
Update osdetection - added CachyOS
Added CachyOS to include/osdetection
This commit is contained in:
parent
ffd5f7bcfa
commit
dc5c62528f
@ -222,7 +222,12 @@
|
||||
OS_NAME="BunsenLabs"
|
||||
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")
|
||||
LINUX_VERSION="CachyOS"
|
||||
OS_FULLNAME="CachyOS"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"centos")
|
||||
LINUX_VERSION="CentOS"
|
||||
OS_NAME="CentOS Linux"
|
||||
|
Loading…
x
Reference in New Issue
Block a user