mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Add support for KDE neon based on Ubuntu 22.04
This commit is contained in:
parent
156120e4da
commit
cc0e70ab80
2 changed files with 2 additions and 1 deletions
|
@ -486,7 +486,7 @@ in combination with the ``git`` installation method.
|
|||
Ubuntu and derivatives
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- KDE neon (based on Ubuntu 18.04)
|
||||
- KDE neon (based on Ubuntu 18.04/20.04/22.04)
|
||||
- Linux Mint 17/18
|
||||
- Ubuntu 14.04/16.04/18.04 and subsequent non-LTS releases (see below)
|
||||
|
||||
|
|
|
@ -1383,6 +1383,7 @@ __ubuntu_derivatives_translation() {
|
|||
neon_16_ubuntu_base="16.04"
|
||||
neon_18_ubuntu_base="18.04"
|
||||
neon_20_ubuntu_base="20.04"
|
||||
neon_22_ubuntu_base="22.04"
|
||||
pop_22_ubuntu_base="22.04"
|
||||
|
||||
# Translate Ubuntu derivatives to their base Ubuntu version
|
||||
|
|
Loading…
Add table
Reference in a new issue