summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-07-13 16:13:36 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-07-13 16:13:36 +0300
commit1a01db99fca0baf77254047f1924596945cb8750 (patch)
tree337d7422202f2ca286e4bd664342e54963d16405 /node
parent6e224b3f9bf24547a60881ca974f05404b0c176c (diff)
Always apt-get update before installing packages.
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup-natty-node2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/setup-natty-node b/node/setup-natty-node
index 50c2980..c4cdf66 100755
--- a/node/setup-natty-node
+++ b/node/setup-natty-node
@@ -9,6 +9,8 @@ set -xe
export DEBIAN_FRONTEND=noninteractive
+apt-get-retry --non-fatal update
+
# Install packages
# ia32-libs is required to be able to run 32 bit gcc4.7 on 64 bit OS
apt-get-retry install -y build-essential \