[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [oonib/master] Use wget instead of curl for downloading packages
commit 6633f938312fcfd229a4f3157fb0f8ba6fe2b76b
Author: Arturo Filastò <arturo@xxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits