From 258e800e4261c861919ecd608dc815de7c927b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cola=C3=A7o?= Date: Mon, 10 Mar 2025 20:02:43 +0100 Subject: [PATCH] feat(install): Remove support for EOL OS Debian buster is EOL since June 30th 2024 --- auto_install/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index 7347962..abe784e 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -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) : ;; *)