From 5927aefd614da3924235098e85fa2ff0396eaef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Thu, 18 Jul 2024 03:06:49 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/distro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distro.c b/src/distro.c index ff53ce0..5593e7c 100644 --- a/src/distro.c +++ b/src/distro.c @@ -85,7 +85,7 @@ void get_distro() { if (strstr(buf, "Alpine") != NULL) distroname = "alpine"; else if (strstr(buf, "Arch Linux") != NULL) distroname = "arch"; - else if (strstr(buf, "Arco Linux") != NULL) distroname = "arco"; + else if (strstr(buf, "ArcoLinux") != NULL) distroname = "arco"; else if (strstr(buf, "Artix Linux") != NULL) distroname = "artix"; else if (strstr(buf, "CentOS") != NULL) distroname = "centos"; else if (strstr(buf, "CRUX") != NULL) distroname = "crux";