mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
add detection for neon based on ubuntu 20.04
This commit is contained in:
parent
2aba18a94a
commit
7e252afd69
1 changed files with 1 additions and 0 deletions
|
@ -1313,6 +1313,7 @@ __ubuntu_derivatives_translation() {
|
||||||
elementary_os_02_ubuntu_base="12.04"
|
elementary_os_02_ubuntu_base="12.04"
|
||||||
neon_16_ubuntu_base="16.04"
|
neon_16_ubuntu_base="16.04"
|
||||||
neon_18_ubuntu_base="18.04"
|
neon_18_ubuntu_base="18.04"
|
||||||
|
neon_20_ubuntu_base="20.04"
|
||||||
|
|
||||||
# Translate Ubuntu derivatives to their base Ubuntu version
|
# Translate Ubuntu derivatives to their base Ubuntu version
|
||||||
match=$(echo "$DISTRO_NAME_L" | grep -E ${UBUNTU_DERIVATIVES})
|
match=$(echo "$DISTRO_NAME_L" | grep -E ${UBUNTU_DERIVATIVES})
|
||||||
|
|
Loading…
Add table
Reference in a new issue