From 1ca17096c09d824854a66715040e8582ec36f9e9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 21 Oct 2015 18:12:28 -0400 Subject: curl fixes --- sbosrcarch.conf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sbosrcarch.conf') diff --git a/sbosrcarch.conf b/sbosrcarch.conf index 042ae2e..c4a7d5f 100644 --- a/sbosrcarch.conf +++ b/sbosrcarch.conf @@ -125,14 +125,7 @@ $curl = "curl"; # actually download a file, other options will be added to these (but # nothing you should have to mess with). -$curlopts = qw( - -K/dev/null - --insecure - --connect-timeout 60 - --head - -L - -sS -); +$curlopts = "-K/dev/null --insecure -L -sS --connect-timeout 60"; ##### wget options (only used if $use_curl is false) -- cgit v1.2.3