mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +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:
|
||||
major = version
|
||||
|
||||
if major == '19':
|
||||
if major == '20':
|
||||
base_version = '20.04'
|
||||
elif major == '19':
|
||||
base_version = '18.04'
|
||||
elif major == '18':
|
||||
base_version = '16.04'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue