add detection for neon based on ubuntu 20.04

This commit is contained in:
John Hubbard 2020-05-05 09:42:11 -06:00 committed by Pedro Algarvio
parent 2aba18a94a
commit 7e252afd69
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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})