From 18284822f881021b4fa9ecba74c06c37b2c41136 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 15 Jul 2022 18:14:26 +0200 Subject: [PATCH] libpbuild.bash: curl on RHEL7 doesn't support the opt '--remove-on-error' --- Pmodules/libpbuild.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index 87e1dc3..b111021 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -460,7 +460,6 @@ pbuild::prep() { ${curl} \ --location \ --fail \ - --remove-on-error \ --output "${output}" \ "${url}" # :FIXME: How to handle insecure downloads?