diff --git a/include/osdetection b/include/osdetection index ea8ccedf9..33790905d 100644 --- a/include/osdetection +++ b/include/osdetection @@ -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"