From e48db190ecb1c113c5805c739a43d11a9efe103d Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 1 Oct 2013 14:11:55 -0500 Subject: build.sh: use curl instead of wget because wget doesn't support file// that is used for local disk profiles. --- build_tools/archiso/mythvantage/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_tools/archiso/mythvantage/build.sh b/build_tools/archiso/mythvantage/build.sh index f2a6887..a7d3c49 100755 --- a/build_tools/archiso/mythvantage/build.sh +++ b/build_tools/archiso/mythvantage/build.sh @@ -188,7 +188,8 @@ make_cache_repo() { for url in ${_urls} do echo "downloading $url" - wget -N ${url} + #wget -N ${url} + curl -O ${url} done cd - -- cgit v0.12