aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-06-02 14:32:28 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-06-02 14:32:28 +0300
commite8d8caf1becc12adf234a11625aed04c7b8257f6 (patch)
treef11b4d6003191a6a44f4d0df6cab3754b4b75c31 /node
parentc8fdac91a07edea4b5791943e57d20d6185a3b57 (diff)
Don't use curl and redir which swallow errors, use wget and mv.
Diffstat (limited to 'node')
-rwxr-xr-xnode/root-setup-android-build-node3
1 files changed, 2 insertions, 1 deletions
diff --git a/node/root-setup-android-build-node b/node/root-setup-android-build-node
index 6a33bbd..145374f 100755
--- a/node/root-setup-android-build-node
+++ b/node/root-setup-android-build-node
@@ -64,7 +64,8 @@ apt-get install -y \
uboot-mkimage
# get latest repo script and install it in PATH
-curl http://android.git.kernel.org/repo > /usr/local/bin/repo
+wget http://android.git.kernel.org/repo
+mv repo /usr/local/bin/repo
chmod a+x /usr/local/bin/repo
adduser --system jenkins-build