From b339145b84e0756697e7f21ed73e5766299603a4 Mon Sep 17 00:00:00 2001 From: Marc Hendry Date: Fri, 14 May 2021 16:04:07 +0200 Subject: [PATCH] Added Arch Linux 32 --- include/osdetection | 5 +++++ 1 file changed, 5 insertions(+) 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"