Commit e2b8d639 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Boot image

Boot image
parents 14934fc8 89c22c65
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13,7 +13,9 @@ else
  PROGRESS="--progress=dot:giga"
fi

wget "$BOOT" -O "$TMP" -q --no-check-certificate --show-progress "$PROGRESS"
if ! wget "$BOOT" -O "$TMP" -q --no-check-certificate --show-progress "$PROGRESS" ; then
  echo "Failed to download ${BOOT}" && exit 60
fi

[ ! -f "$TMP" ] && echo "Failed to download ${BOOT}" && exit 61