mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
fix for rhel10 support
This commit is contained in:
@@ -209,9 +209,6 @@ install_deps() {
|
|||||||
then
|
then
|
||||||
yum -y install git wget
|
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
|
|
||||||
percona-release enable ${PPG_REPO_NAME} testing
|
percona-release enable ${PPG_REPO_NAME} testing
|
||||||
|
|
||||||
if [ x"$RHEL" = x8 ];
|
if [ x"$RHEL" = x8 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user