diff --git a/include/osdetection b/include/osdetection index 579538bb..ef4bd587 100644 --- a/include/osdetection +++ b/include/osdetection @@ -186,6 +186,12 @@ OS_FULLNAME="Artix Linux" OS_VERSION="Rolling release" ;; + "athena") + LINUX_VERSION="Athena OS" + OS_NAME=$(grep "^PRETTY_NAME=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + 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 '"') + ;; "bunsenlabs") LINUX_VERSION="BunsenLabs" OS_NAME="BunsenLabs"