From a2649bd5001a4f714b2e4e3a70f06f86d0b2befd Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 17 Mar 2024 10:28:13 +0000 Subject: [PATCH] Added ArcoLinux --- include/osdetection | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/osdetection b/include/osdetection index b09bd2f0..61f290d7 100644 --- a/include/osdetection +++ b/include/osdetection @@ -176,6 +176,11 @@ OS_FULLNAME="Arch Linux 32" OS_VERSION="Rolling release" ;; + "arcolinux") + LINUX_VERSION="ArcoLinux" + OS_FULLNAME="ArcoLinux" + OS_VERSION="Rolling release" + ;; "artix") LINUX_VERSION="Artix Linux" OS_FULLNAME="Artix Linux"