From 543c41675bfbd8ac6da4b70ab3719203e26d26f0 Mon Sep 17 00:00:00 2001 From: Saurabh Bathe Date: Sun, 14 Mar 2021 17:13:41 +0530 Subject: 1122: Add OS detection block for Garuda Linux --- include/osdetection | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdetection b/include/osdetection index 17bb28af..fe83c10b 100644 --- a/include/osdetection +++ b/include/osdetection @@ -214,6 +214,12 @@ OS_NAME="Flatcar Linux" OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') ;; + "garuda") + LINUX_VERSION="Garuda" + OS_FULLNAME="Garuda Linux" + OS_NAME="Garuda" + OS_VERSION="Rolling release" + ;; "gentoo") LINUX_VERSION="Gentoo" OS_NAME="Gentoo Linux" -- cgit v1.2.3