diff --git a/include/osdetection b/include/osdetection index 6d0e161f..3b628c52 100644 --- a/include/osdetection +++ b/include/osdetection @@ -168,6 +168,11 @@ OS_FULLNAME="Arch Linux" OS_VERSION="Rolling release" ;; + "arch32") + LINUX_VERSION="Arch Linux 32" + OS_FULLNAME="Arch Linux 32" + OS_VERSION="Rolling release" + ;; "centos") LINUX_VERSION="CentOS" OS_NAME="CentOS Linux"