Skip to content

Commit

Permalink
chore(linux): update RHEL MySQL rpms (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream authored Jan 17, 2024
1 parent 1df952b commit d1fa2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@ install_mysql() {

if [[ $os_type == 'rhel' ]]; then
if [[ $os_version == '8' ]]; then
install_rpm https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm
install_rpm https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm
dnf -y module disable mysql
else
install_rpm https://dev.mysql.com/get/mysql80-community-release-el9-1.noarch.rpm
install_rpm https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm
fi
fi

Expand Down

0 comments on commit d1fa2b4

Please sign in to comment.