mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Merge pull request #1642 from 0xsimulacra/master
Adds openSUSE Tumbleweed-Slowroll to the list of recognisable os
This commit is contained in:
commit
44c41bc3a7
1 changed files with 6 additions and 0 deletions
|
|
@ -397,6 +397,12 @@
|
|||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
OS_NAME="openSUSE"
|
||||
;;
|
||||
"opensuse-slowroll")
|
||||
LINUX_VERSION="openSUSE Tumbleweed-Slowroll"
|
||||
# It's rolling release but has a snapshot version (the date of the snapshot)
|
||||
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