mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add support for KDE neon in bootstrap
it's based on Ubuntu but provides recent (User edition) or git versions of the KDE Plasma desktop environment and ecosystem
This commit is contained in:
parent
94ad42066a
commit
526faa03f4
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ def get_linux_distribution():
|
|||
distrib = six.ensure_str(distrib)
|
||||
version = six.ensure_str(version)
|
||||
|
||||
if distrib == 'LinuxMint' or distrib == 'Linux Mint':
|
||||
if distrib in ['LinuxMint', 'Linux Mint', 'KDE neon']:
|
||||
if '.' in version:
|
||||
major, _ = version.split('.', 1)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue