feat(install): Remove support for EOL OS

Debian buster is EOL since June 30th 2024
This commit is contained in:
Carlos Colaço 2025-03-10 20:02:43 +01:00 committed by Orazio
parent a99d3b0a84
commit 258e800e42

View file

@ -352,7 +352,6 @@ distroCheck() {
PLAT="$(awk '{print $1}' <<< "${NAME}")"
VER="${VERSION_ID}"
declare -A VER_MAP=(
["10"]="buster"
["11"]="bullseye"
["12"]="bookworm"
["20.04"]="focal"
@ -370,7 +369,7 @@ distroCheck() {
case "${PLAT}" in
Debian | Raspbian | Ubuntu)
case "${OSCN}" in
buster | bullseye | bookworm | focal | jammy | noble)
bullseye | bookworm | focal | jammy | noble)
:
;;
*)