diff --git a/auto_install/install.sh b/auto_install/install.sh index 60606d2..1a79612 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -346,10 +346,8 @@ distroCheck() { . /etc/os-release PLAT="$(awk '{print $1}' <<< "${NAME}")" VER="${VERSION_ID}" - declare -A VER_MAP=(["9"]="stretch" - ["10"]="buster" + declare -A VER_MAP=(["10"]="buster" ["11"]="bullseye" - ["16.04"]="xenial" ["18.04"]="bionic" ["20.04"]="focal" ["22.04"]="jammy")