mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Fix OS detection for CachyOS (ID=cachyos)
This commit is contained in:
parent
7bf78ea2a8
commit
e4eb72db27
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue