mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -06:00
Use PostgreSQL 13 libs.
This commit is contained in:
parent
b097cec45e
commit
3f817494f8
@ -204,7 +204,7 @@ if [ ${OS_VERSION} == 7 ]; then
|
||||
fi
|
||||
|
||||
# Get the libpq we need
|
||||
yumdownloader --downloadonly --destdir=$DISTROOT postgresql12-libs
|
||||
yumdownloader --downloadonly --destdir=$DISTROOT postgresql13-libs
|
||||
|
||||
#
|
||||
# Get the results!
|
||||
|
Loading…
Reference in New Issue
Block a user