recognize artix as valid distribution

This commit is contained in:
6543 2023-06-01 17:06:18 +02:00
parent 13e1aeb8cf
commit e36444b6ce
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -112,6 +112,7 @@ class Linux(Base):
if self.distro.lower() not in [ if self.distro.lower() not in [
'arch linux', 'arch linux',
'arch', 'arch',
'artix',
'centos linux', 'centos linux',
'centos', 'centos',
'debian gnu/linux', 'debian gnu/linux',