From 7e252afd69d0c16074ffdee24acbceb3d9ecffe2 Mon Sep 17 00:00:00 2001 From: John Hubbard Date: Tue, 5 May 2020 09:42:11 -0600 Subject: [PATCH] add detection for neon based on ubuntu 20.04 --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index b6c2a12..c828e60 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1313,6 +1313,7 @@ __ubuntu_derivatives_translation() { elementary_os_02_ubuntu_base="12.04" neon_16_ubuntu_base="16.04" neon_18_ubuntu_base="18.04" + neon_20_ubuntu_base="20.04" # Translate Ubuntu derivatives to their base Ubuntu version match=$(echo "$DISTRO_NAME_L" | grep -E ${UBUNTU_DERIVATIVES})