Skip to content

Commit

Permalink
Merge pull request #1473 from NL-TCH/patch-1
Browse files Browse the repository at this point in the history
Add nobara osdetection
  • Loading branch information
mboelen committed May 14, 2024
2 parents 6cbea90 + 58d084e commit ba18b53
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 @@ -337,6 +337,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 ba18b53

Please sign in to comment.