diff --git a/include/osdetection b/include/osdetection index b52ab188..925beec2 100644 --- a/include/osdetection +++ b/include/osdetection @@ -207,6 +207,11 @@ OS_NAME="Gentoo Linux" OS_VERSION="Rolling release" ;; + "ipfire") + LINUX_VERSION="IPFire" + OS_NAME="IPFire" + OS_VERSION=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + ;; "kali") LINUX_VERSION="Kali" OS_NAME="Kali Linux"