Skip to content

Commit

Permalink
Update support for amazon linux 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Sep 25, 2024
1 parent 684a3d2 commit c2234a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Main Constants
export HELP=0
export VERSION="7.2.4"
export VERSION="7.6.3"
export OS="UBUNTU"
readonly AVAILABLE_OS_VALUES=("UBUNTU" "RHEL" "CENTOS" "DEBIAN" "AMAZON")
export AVAILABLE_OS_VALUES
Expand Down Expand Up @@ -42,7 +42,7 @@ 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 AMAZON_LINUX_OS_SUPPORTED_VERSIONS=("2")
readonly AMAZON_LINUX_OS_SUPPORTED_VERSIONS=("2" "2023")

export CENTOS_OS_SUPPORTED_VERSIONS
export DEBIAN_OS_SUPPORTED_VERSIONS
Expand Down

0 comments on commit c2234a1

Please sign in to comment.