mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add detection for openSUSE Slowroll
This commit is contained in:
parent
a32c7d051e
commit
2bccdbddfd
1 changed files with 5 additions and 0 deletions
|
|
@ -397,6 +397,11 @@
|
|||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
OS_NAME="openSUSE"
|
||||
;;
|
||||
"opensuse-slowroll")
|
||||
LINUX_VERSION="openSUSE Slowroll"
|
||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
OS_NAME="openSUSE"
|
||||
;;
|
||||
"opensuse-leap")
|
||||
LINUX_VERSION="openSUSE Leap"
|
||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
|
|
|
|||
Loading…
Reference in a new issue