mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #29833 - 6543-forks:support_artix, r=mrobinson
recognize artix as valid distribution artix is just archlinux with an other start mechanism
This commit is contained in:
commit
392b670410
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ class Linux(Base):
|
|||
if self.distro.lower() not in [
|
||||
'arch linux',
|
||||
'arch',
|
||||
'artix',
|
||||
'centos linux',
|
||||
'centos',
|
||||
'debian gnu/linux',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue