aboutsummaryrefslogtreecommitdiff
path: root/node/setup-build-android
diff options
context:
space:
mode:
Diffstat (limited to 'node/setup-build-android')
-rwxr-xr-xnode/setup-build-android4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/setup-build-android b/node/setup-build-android
index edb1859..e135938 100755
--- a/node/setup-build-android
+++ b/node/setup-build-android
@@ -36,7 +36,7 @@ apt-get-retry () {
# get latest repo script and install it in PATH
#wget http://android.git.kernel.org/repo
# Use our mirror of repo
-wget --no-check-certificate 'http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable' -O repo
+wget -nv --no-check-certificate 'http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable' -O repo
mv repo /usr/local/bin/repo
chmod a+x /usr/local/bin/repo
@@ -53,7 +53,7 @@ apt-get-retry install -y python-software-properties unixodbc java-common
##add-apt-repository "deb http://archive.canonical.com/ubuntu maverick partner"
##apt-get update
-wget --no-check-certificate http://android-build.linaro.org/seed/sun-java6-bin_6.26-2natty1_amd64.deb \
+wget -nv --no-check-certificate http://android-build.linaro.org/seed/sun-java6-bin_6.26-2natty1_amd64.deb \
http://android-build.linaro.org/seed/sun-java6-jdk_6.26-2natty1_amd64.deb \
http://android-build.linaro.org/seed/sun-java6-jre_6.26-2natty1_all.deb