Skip to content

Commit

Permalink
Merge pull request #1209 from mrpjl/master
Browse files Browse the repository at this point in the history
Added Funtoo Linux to osdetection
  • Loading branch information
mboelen committed Nov 18, 2021
2 parents 7674a08 + e7c8b23 commit 2d16c60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/osdetection
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2d16c60

Please sign in to comment.