summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarmv7-versatile/download-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/armv7-versatile/download-image.sh b/armv7-versatile/download-image.sh
index f283783..0989b3d 100755
--- a/armv7-versatile/download-image.sh
+++ b/armv7-versatile/download-image.sh
@@ -25,7 +25,7 @@ if [[ ! -f "$COMPRESSED_IMAGE" ]]; then
"$COMPRESSED_IMAGE"
fi
-if [[ -f "$KERNEL_IMAGE" ]]; then
+if [[ ! -f "$KERNEL_IMAGE" ]]; then
echo "Downloading kernel image..."
curl "http://download.baserock.org/baserock/$KERNEL_IMAGE" > \
"$KERNEL_IMAGE"