Added Funtoo Linux to osdetection

This commit is contained in:
Prajwal 2021-09-26 16:47:02 +05:30
parent 798c1054d7
commit e7c8b235bb
1 changed files with 5 additions and 0 deletions

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"