Assume yes to prompts.

This commit is contained in:
Dave Page 2021-08-19 17:09:58 +01:00
parent c4cf6372e3
commit 0c20466f2c

View File

@ -216,7 +216,7 @@ if [ ${OS_VERSION} == 7 ]; then
fi fi
# Get the libpq we need # Get the libpq we need
yumdownloader --downloadonly --destdir=$DISTROOT postgresql13-libs yumdownloader -y --downloadonly --destdir=$DISTROOT postgresql13-libs
# #
# Get the results! # Get the results!