Added BunsenLabs detection

This commit is contained in:
Michael Boelen 2021-05-20 08:28:54 +02:00 committed by GitHub
parent b356aaca84
commit 54f9281040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -173,6 +173,12 @@
OS_FULLNAME="Arch Linux 32"
OS_VERSION="Rolling release"
;;
"bunsenlabs")
LINUX_VERSION="BunsenLabs"
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 '"')
;;
"centos")
LINUX_VERSION="CentOS"
OS_NAME="CentOS Linux"
@ -201,7 +207,7 @@
OS_NAME="Debian"
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 '"')
;;
;;
"devuan")
LINUX_VERSION="Devuan"
OS_NAME="Devuan"