mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix Debian bootstrap
This commit is contained in:
parent
c71988e70b
commit
c241442aec
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ def get_linux_distribution():
|
||||||
elif distrib.lower() not in [
|
elif distrib.lower() not in [
|
||||||
'centos',
|
'centos',
|
||||||
'centos linux',
|
'centos linux',
|
||||||
'debian',
|
'debian gnu/linux',
|
||||||
'fedora',
|
'fedora',
|
||||||
]:
|
]:
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue