setup-yum-repo: Update url of postgresql rpm repo.

The old url is dead.
This commit is contained in:
rht 2020-06-08 02:55:28 -04:00 committed by Tim Abbott
parent 29ef37d03b
commit 07fa25dcd3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ RHARCH="$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)"
PGVER=10
if [ "$is_centos" = true ]; then
# PostgreSQL $PGVER
yum localinstall -y "https://yum.postgresql.org/$PGVER/redhat/rhel-$RHVER-$RHARCH/pgdg-centos$PGVER-$PGVER-2.noarch.rpm"
yum localinstall -y "https://yum.postgresql.org/$PGVER/redhat/rhel-$RHVER-$RHARCH/pgdg-redhat-repo-latest.noarch.rpm"
# PGroonga
# https://pgroonga.github.io/install/centos.html