From e36444b6cec4d7e99d6f9c9af96d9b1f0b569c37 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 1 Jun 2023 17:06:18 +0200 Subject: [PATCH] recognize artix as valid distribution --- python/servo/platform/linux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/servo/platform/linux.py b/python/servo/platform/linux.py index 5aca1a434ec..2e3a7d2a5c7 100644 --- a/python/servo/platform/linux.py +++ b/python/servo/platform/linux.py @@ -112,6 +112,7 @@ class Linux(Base): if self.distro.lower() not in [ 'arch linux', 'arch', + 'artix', 'centos linux', 'centos', 'debian gnu/linux',