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:
Simon Schmeisser 2020-12-27 21:34:11 +01:00 committed by GitHub
parent 94ad42066a
commit 526faa03f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,7 +333,7 @@ def get_linux_distribution():
distrib = six.ensure_str(distrib) distrib = six.ensure_str(distrib)
version = six.ensure_str(version) version = six.ensure_str(version)
if distrib == 'LinuxMint' or distrib == 'Linux Mint': if distrib in ['LinuxMint', 'Linux Mint', 'KDE neon']:
if '.' in version: if '.' in version:
major, _ = version.split('.', 1) major, _ = version.split('.', 1)
else: else: