mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
We should be using PostgreSQL 15 libs.
This commit is contained in:
+1
-1
@@ -230,7 +230,7 @@ if [ "${OS_VERSION}" == 7 ]; then
|
||||
fi
|
||||
|
||||
# Get the libpq we need
|
||||
yumdownloader -y --downloadonly --destdir="${DISTROOT}" postgresql14-libs
|
||||
yumdownloader -y --downloadonly --destdir="${DISTROOT}" postgresql15-libs
|
||||
|
||||
#
|
||||
# Get the results!
|
||||
|
||||
Reference in New Issue
Block a user