mirror of
https://github.com/servo/servo.git
synced 2025-06-27 10:33:39 +01:00
Update bootstrap to support Pop!_OS 22.04
linux mint kde neon too
This commit is contained in:
parent
6a871808e8
commit
ccc0ce5578
1 changed files with 8 additions and 2 deletions
|
@ -339,7 +339,11 @@ def get_linux_distribution():
|
||||||
else:
|
else:
|
||||||
major = version
|
major = version
|
||||||
|
|
||||||
if major == '20':
|
if major == '22':
|
||||||
|
base_version = '22.04'
|
||||||
|
elif major == '21':
|
||||||
|
base_version = '21.04'
|
||||||
|
elif major == '20':
|
||||||
base_version = '20.04'
|
base_version = '20.04'
|
||||||
elif major == '19':
|
elif major == '19':
|
||||||
base_version = '18.04'
|
base_version = '18.04'
|
||||||
|
@ -355,7 +359,9 @@ def get_linux_distribution():
|
||||||
else:
|
else:
|
||||||
major = version
|
major = version
|
||||||
|
|
||||||
if major == '21':
|
if major == '22':
|
||||||
|
base_version = '22.04'
|
||||||
|
elif major == '21':
|
||||||
base_version = '21.04'
|
base_version = '21.04'
|
||||||
elif major == '20':
|
elif major == '20':
|
||||||
base_version = '20.04'
|
base_version = '20.04'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue