aboutsummaryrefslogtreecommitdiff
path: root/sbosrcarch.conf
diff options
context:
space:
mode:
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)