diff --git a/images/linux/scripts/helpers/install.sh b/images/linux/scripts/helpers/install.sh index 15c2e1a0..f638f065 100644 --- a/images/linux/scripts/helpers/install.sh +++ b/images/linux/scripts/helpers/install.sh @@ -16,8 +16,7 @@ download_with_retries() { i=20 while [ $i -gt 0 ]; do ((i--)) - wget $URL --output-document="$DEST/$NAME" \ - --no-verbose + curl $URL -4 -s -o "$DEST/$NAME" if [ $? != 0 ]; then sleep 30 else