Fix Debian bootstrap

This commit is contained in:
Jan Andre Ikenmeyer 2019-11-10 19:57:39 +01:00
parent c71988e70b
commit c241442aec
No known key found for this signature in database
GPG key ID: 28F9E42748DD95AE

View file

@ -385,7 +385,7 @@ def get_linux_distribution():
elif distrib.lower() not in [
'centos',
'centos linux',
'debian',
'debian gnu/linux',
'fedora',
]:
raise Exception('mach bootstrap does not support %s, please file a bug' % distrib)