Skip to content

Commit

Permalink
update install.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Davidson <[email protected]>
  • Loading branch information
zackbradys and brandond authored Dec 12, 2023
1 parent 5218723 commit 3606a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ do_install_rpm() {
else
maj_ver=$(echo "$VERSION_ID" | sed -E -e "s/^([0-9]+)\.?[0-9]*$/\1/")
case ${maj_ver} in
7|8|9) # detect centos distro
7|8|9)
:
;;
2023) # detect amazon linux 2023 distro
Expand Down

0 comments on commit 3606a67

Please sign in to comment.