Skip to content

Commit

Permalink
Update osdetection
Browse files Browse the repository at this point in the history
  • Loading branch information
NL-TCH committed Mar 26, 2024
1 parent 967b9f1 commit 58d084e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/osdetection
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,12 @@
OS_REDHAT_OR_CLONE=1
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
"nobara")
LINUX_VERSION="Nobara"
OS_NAME="Nobara Linux"
OS_REDHAT_OR_CLONE=1
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
"nodistro")
LINUX_VERSION="openembedded"
OS_NAME="OpenEmbedded"
Expand Down

0 comments on commit 58d084e

Please sign in to comment.