Merge pull request #1209 from mrpjl/master

Added Funtoo Linux to osdetection
This commit is contained in:
Michael Boelen 2021-11-18 11:08:06 +01:00 committed by GitHub
commit 2d16c60da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,11 @@
OS_NAME="Flatcar Linux"
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
"funtoo")
LINUX_VERSION="Funtoo"
OS_FULLNAME="Funtoo Linux"
OS_VERSION="Rolling release"
;;
"garuda")
LINUX_VERSION="Garuda"
OS_FULLNAME="Garuda Linux"