summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup b/setup
index 58369e0..2c18176 100755
--- a/setup
+++ b/setup
@@ -29,7 +29,11 @@ cd -
else
git clone ssh://git@trove.ducie.codethink.co.uk/ct/genivi/genivi-staging-filler /src/staging-filler
fi
-wget -P /src/staging-filler http://download.baserock.org/baserock/water-bomb-x86_64-filler.tar.gz
+if [ -e /src/staging-filler/water-bomb-x86_64-filler.tar.gz ]
+then
+else
+ wget -P /src/staging-filler http://download.baserock.org/baserock/water-bomb-x86_64-filler.tar.gz
+fi
#Ensure the cache and temp directories exist
mkdir /src/cache