Added openSUSE MicroOS

This commit is contained in:
Idesmi 2021-05-14 11:00:39 +02:00 committed by GitHub
parent d0e1b7cd8e
commit 7044d7647e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,6 +291,11 @@
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
OS_NAME="openSUSE" 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") "parrot")
LINUX_VERSION="Parrot" LINUX_VERSION="Parrot"
OS_NAME="Parrot GNU/Linux" OS_NAME="Parrot GNU/Linux"