From 7469eed6e21017a8e3c75c3e6ef825b29aed0c51 Mon Sep 17 00:00:00 2001 From: Adam Hepton Date: Sat, 19 Oct 2024 11:25:01 +0100 Subject: [PATCH] Added 24.10 to accepted Ubuntu distribution releases --- installer.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 639039c..b09e046 100644 --- a/installer.sh +++ b/installer.sh @@ -95,7 +95,10 @@ function main { echo "* Detected supported distribution Ubuntu 22.04 LTS" elif [[ "${DISTRIB_CODENAME}" == "mantic" ]]; then SUPPORTED_OS="true" - echo "* Detected supported distribution Ubuntu 23.10 LTS" + echo "* Detected supported distribution Ubuntu 23.10" + elif [[ "${DISTRIB_CODENAME}" == "noble" ]]; then + SUPPORTED_OS="true" + echo "* Detected supported distribution Ubuntu 24.04 LTS" fi elif [[ "${DISTRIB_ID}" == "debian" ]]; then if [[ "${DISTRIB_CODENAME}" == "bullseye" ]]; then