Added KDE Neon

This commit is contained in:
Michael Boelen 2024-05-14 12:23:36 +00:00
parent e41e08ad1b
commit ba4cd63bda
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 7 additions and 0 deletions

View File

@ -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"