Arch Linux patch for mach tools.

This commit is contained in:
michaelgrigoryan25 2022-12-15 15:39:48 +04:00
parent 2a45f247c4
commit f8701c19bd

View file

@ -394,6 +394,8 @@ def get_linux_distribution():
'fedora linux', 'fedora linux',
'void', 'void',
'nixos', 'nixos',
'arch',
'arch linux',
]: ]:
raise Exception('mach bootstrap does not support %s, please file a bug' % distrib) raise Exception('mach bootstrap does not support %s, please file a bug' % distrib)