Skip to content

Commit 2d16c60

Browse files
authored
Merge pull request #1209 from mrpjl/master
Added Funtoo Linux to osdetection
2 parents 7674a08 + e7c8b23 commit 2d16c60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/osdetection

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,11 @@
244244
OS_NAME="Flatcar Linux"
245245
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
246246
;;
247+
"funtoo")
248+
LINUX_VERSION="Funtoo"
249+
OS_FULLNAME="Funtoo Linux"
250+
OS_VERSION="Rolling release"
251+
;;
247252
"garuda")
248253
LINUX_VERSION="Garuda"
249254
OS_FULLNAME="Garuda Linux"

0 commit comments

Comments
 (0)