libpbuild.bash: curl on RHEL7 doesn't support the opt '--remove-on-error'

This commit is contained in:
2022-07-15 18:14:26 +02:00
parent 4e2150b6d7
commit 18284822f8
-1
View File
@@ -460,7 +460,6 @@ pbuild::prep() {
${curl} \
--location \
--fail \
--remove-on-error \
--output "${output}" \
"${url}"
# :FIXME: How to handle insecure downloads?