mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Assume yes to prompts.
This commit is contained in:
parent
c4cf6372e3
commit
0c20466f2c
@ -216,7 +216,7 @@ if [ ${OS_VERSION} == 7 ]; then
|
||||
fi
|
||||
|
||||
# Get the libpq we need
|
||||
yumdownloader --downloadonly --destdir=$DISTROOT postgresql13-libs
|
||||
yumdownloader -y --downloadonly --destdir=$DISTROOT postgresql13-libs
|
||||
|
||||
#
|
||||
# Get the results!
|
||||
|
Loading…
Reference in New Issue
Block a user