mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #26913 - humancalico:master, r=jdm
support Pop!_OS 20.04 for mach bootstrap
This commit is contained in:
commit
6b0d9afd6f
1 changed files with 3 additions and 1 deletions
|
@ -351,7 +351,9 @@ def get_linux_distribution():
|
||||||
else:
|
else:
|
||||||
major = version
|
major = version
|
||||||
|
|
||||||
if major == '19':
|
if major == '20':
|
||||||
|
base_version = '20.04'
|
||||||
|
elif major == '19':
|
||||||
base_version = '18.04'
|
base_version = '18.04'
|
||||||
elif major == '18':
|
elif major == '18':
|
||||||
base_version = '16.04'
|
base_version = '16.04'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue