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!