Needs to install percona-release package to get GPG key. (#465)

pull/433/merge
Muhammad Aqeel 2024-05-13 07:00:31 +00:00 committed by GitHub
parent 8d974c958f
commit 508e35943e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ install_deps() {
if [ "$OS" == "rpm" ]
then
yum -y install git wget
#yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
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