diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 06ee558..ec7754a 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -57,7 +57,8 @@ chk_fail $? announce "Downloading ISO" -curl -L "$ISO_URL" --output /mnt/scratch/win.iso +# Retry up to 10 times. -C - makes downloads resume where they stopped upon retry. +curl -L "$ISO_URL" --output /mnt/scratch/win.iso --retry 10 -C - chk_fail $? announce "Verifying ISO"