[tor-commits] [oonib/master] Use wget instead of curl for downloading packages

art at torproject.org art at torproject.org
Mon May 9 17:57:03 UTC 2016


commit 6633f938312fcfd229a4f3157fb0f8ba6fe2b76b
Author: Arturo Filastò <arturo at filasto.net>
Date:   Wed Apr 27 19:01:55 2016 +0200

    Use wget instead of curl for downloading packages
---
 scripts/build_tor2web_tor.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build_tor2web_tor.sh b/scripts/build_tor2web_tor.sh
index a9042ff..85397b6 100755
--- a/scripts/build_tor2web_tor.sh
+++ b/scripts/build_tor2web_tor.sh
@@ -55,7 +55,7 @@ if [ $? -ne 0 ]; then
 fi
 
 for URL in $URLS; do
-  curl -LO $URL
+  wget $URL
 done
 
 BUILD=$SCRIPT_ROOT/build





More information about the tor-commits mailing list