Skip to content

Commit

Permalink
Merge pull request #645 from replicatedhq/divolgin/sc-91968/support-a…
Browse files Browse the repository at this point in the history
…mazon-linux-2023-on-replicated-native

Add Amazon 2023 support
  • Loading branch information
divolgin authored Dec 18, 2023
2 parents 95c49cc + 2e5b644 commit ab05946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_scripts/templates/common/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ detectLsbDist() {
[ $1 -ge 6 ] && LSB_DIST=$_dist && DIST_VERSION=$_version && DIST_VERSION_MAJOR=$1
;;
amzn)
_error_msg="$_error_msg\nHowever detected version $_version is not one of\n 2, 2.0, 2018.03, 2017.09, 2017.03, 2016.09, 2016.03, 2015.09, 2015.03, 2014.09, 2014.03."
_error_msg="$_error_msg\nHowever detected version $_version is not one of\n 2, 2.0, 2023, 2018.03, 2017.09, 2017.03, 2016.09, 2016.03, 2015.09, 2015.03, 2014.09, 2014.03."
[ "$_version" = "2" ] || [ "$_version" = "2.0" ] || \
[ "$_version" = "2023" ] || \
[ "$_version" = "2018.03" ] || \
[ "$_version" = "2017.03" ] || [ "$_version" = "2017.09" ] || \
[ "$_version" = "2016.03" ] || [ "$_version" = "2016.09" ] || \
Expand Down

0 comments on commit ab05946

Please sign in to comment.