fix for rhel10 support

pull/567/head
Manika Singhal 2025-07-31 17:13:19 +05:30
parent 0d8551cb84
commit 1aef992717
1 changed files with 0 additions and 3 deletions

View File

@ -209,9 +209,6 @@ install_deps() {
then
yum -y install git wget
yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
wget https://raw.githubusercontent.com/percona/percona-repositories/release-1.0-28/scripts/percona-release.sh
mv percona-release.sh /usr/bin/percona-release
chmod 777 /usr/bin/percona-release
percona-release enable ${PPG_REPO_NAME} testing
if [ x"$RHEL" = x8 ];