aboutsummaryrefslogtreecommitdiff
path: root/sbosrcarch.conf
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-10-21 18:12:28 -0400
committerB. Watson <yalhcru@gmail.com>2015-10-21 18:12:28 -0400
commit1ca17096c09d824854a66715040e8582ec36f9e9 (patch)
tree3e24ce1de9e3a442dd1cb6622466394f1ec6ac2a /sbosrcarch.conf
parentbed31e73ccfa20b52ff2bea44b62f3693bfbd451 (diff)
downloadsbostuff-1ca17096c09d824854a66715040e8582ec36f9e9.tar.gz
curl fixes
Diffstat (limited to 'sbosrcarch.conf')
-rw-r--r--sbosrcarch.conf9
1 files changed, 1 insertions, 8 deletions
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)