From 7044d7647ec5731a3bd954e9af99768ad7aa06df Mon Sep 17 00:00:00 2001 From: Idesmi <21034950+Idesmi@users.noreply.github.com> Date: Fri, 14 May 2021 11:00:39 +0200 Subject: [PATCH] Added openSUSE MicroOS --- include/osdetection | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/osdetection b/include/osdetection index 6d0e161f..6ae742bf 100644 --- a/include/osdetection +++ b/include/osdetection @@ -291,6 +291,11 @@ OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') OS_NAME="openSUSE" ;; + "opensuse-microos") + LINUX_VERSION="openSUSE MicroOS" + OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + OS_NAME="openSUSE" + ;; "parrot") LINUX_VERSION="Parrot" OS_NAME="Parrot GNU/Linux"