Skip to content

Commit

Permalink
Bump default RPM version number (#7631)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola authored Jan 27, 2025
1 parent 5784632 commit 7f20bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ do_install_rpm() {
2023) # detect amazon linux 2023 distro
maj_ver="8"
;;
*) # set default distro to centos 7, for edge cases such as fedora
maj_ver="7"
*) # set default distro to centos 8, for edge cases such as fedora
maj_ver="8"
;;
esac
rpm_site_infix=centos/${maj_ver}
Expand Down

0 comments on commit 7f20bc8

Please sign in to comment.