From f8c072718ae111840e1d7b4c4a4153e2345bce61 Mon Sep 17 00:00:00 2001 From: Justin Ashworth Date: Thu, 26 Dec 2024 14:01:40 -0500 Subject: [PATCH] Added Support for Ubuntu 22.04 and 24.04 --- common/constants.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.sh b/common/constants.sh index 443079a..d12a5d4 100644 --- a/common/constants.sh +++ b/common/constants.sh @@ -41,7 +41,7 @@ export ALTERNATE_ADDRESS="" readonly CENTOS_OS_SUPPORTED_VERSIONS=("8" "7") readonly DEBIAN_OS_SUPPORTED_VERSIONS=("10" "9" "8") readonly RHEL_OS_SUPPORTED_VERSIONS=("8" "7" "6") -readonly UBUNTU_OS_SUPPORTED_VERSIONS=("14.04" "16.04" "18.04" "20.04") +readonly UBUNTU_OS_SUPPORTED_VERSIONS=("14.04" "16.04" "18.04" "20.04" "22.04" "24.04") readonly AMAZON_LINUX_OS_SUPPORTED_VERSIONS=("2" "2023") export CENTOS_OS_SUPPORTED_VERSIONS