Skip to content

Commit

Permalink
Added KDE Neon
Browse files Browse the repository at this point in the history
  • Loading branch information
mboelen committed May 14, 2024
1 parent e41e08a commit ba4cd63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/osdetection
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,13 @@
OS_NAME="Manjaro"
OS_VERSION="Rolling release"
;;
"neon")
LINUX_VERSION="KDE Neon"
LINUX_VERSION_LIKE="Ubuntu"
OS_NAME="KDE Neon"
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
"nethserver")
LINUX_VERSION="NethServer"
OS_NAME="NethServer"
Expand Down

0 comments on commit ba4cd63

Please sign in to comment.