From 0c20466f2c5b70612deb83fceaa2d9876362a195 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 19 Aug 2021 17:09:58 +0100 Subject: [PATCH] Assume yes to prompts. --- pkg/redhat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index 929554e84..8d66c65e0 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -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!