mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
Support Linux Mint 20.04
This commit is contained in:
parent
8bf3440380
commit
8b89688b48
1 changed files with 3 additions and 1 deletions
|
@ -339,7 +339,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