mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
support Pop!_OS 20.04
This commit is contained in:
parent
74cd81b8ce
commit
1d789867d2
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