Don't restrict nodeup download to IPv4

This commit is contained in:
John Gardiner Myers 2021-06-13 21:46:58 -07:00
parent b29c612b9c
commit 74a44c2270
114 changed files with 552 additions and 552 deletions

View File

@ -70,10 +70,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -60,10 +60,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -60,10 +60,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -60,10 +60,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -60,10 +60,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -60,10 +60,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -60,10 +60,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplateapiserverapiserversminimalexamplecom.Properties.La
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -264,10 +264,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -577,10 +577,10 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -53,10 +53,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -54,10 +54,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscomplexexamplecom.Properties.
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -392,10 +392,10 @@ Resources.AWSEC2LaunchTemplatenodescomplexexamplecom.Properties.LaunchTemplateDa
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -53,10 +53,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -53,10 +53,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -53,10 +53,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -53,10 +53,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -375,10 +375,10 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersdockerexamplecom.Properties.L
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -360,10 +360,10 @@ Resources.AWSEC2LaunchTemplatenodesdockerexamplecom.Properties.LaunchTemplateDat
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersexternallbexamplecom.Properti
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatenodesexternallbexamplecom.Properties.LaunchTemplat
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimaletcdexamplecom.Propert
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -373,10 +373,10 @@ Resources.AWSEC2LaunchTemplatenodesminimaletcdexamplecom.Properties.LaunchTempla
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -363,10 +363,10 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalipv6examplecom.Propert
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatenodesminimalipv6examplecom.Properties.LaunchTempla
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -43,10 +43,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersmixedinstancesexamplecom.Prop
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1bmastersmixedinstancesexamplecom.Prop
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -669,10 +669,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1cmastersmixedinstancesexamplecom.Prop
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -981,10 +981,10 @@ Resources.AWSEC2LaunchTemplatenodesmixedinstancesexamplecom.Properties.LaunchTem
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersmixedinstancesexamplecom.Prop
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1bmastersmixedinstancesexamplecom.Prop
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -669,10 +669,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1cmastersmixedinstancesexamplecom.Prop
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -981,10 +981,10 @@ Resources.AWSEC2LaunchTemplatenodesmixedinstancesexamplecom.Properties.LaunchTem
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -45,10 +45,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersnthsqsresourcesexamplecom.Pro
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -357,10 +357,10 @@ Resources.AWSEC2LaunchTemplatenodesnthsqsresourcesexamplecom.Properties.LaunchTe
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -46,10 +46,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersprivatesharedipexamplecom.Pro
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -358,10 +358,10 @@ Resources.AWSEC2LaunchTemplatenodesprivatesharedipexamplecom.Properties.LaunchTe
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -46,10 +46,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersprivatecalicoexamplecom.Prope
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -358,10 +358,10 @@ Resources.AWSEC2LaunchTemplatenodesprivatecalicoexamplecom.Properties.LaunchTemp
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -46,10 +46,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersprivateciliumexamplecom.Prope
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -358,10 +358,10 @@ Resources.AWSEC2LaunchTemplatenodesprivateciliumexamplecom.Properties.LaunchTemp
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -46,10 +46,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersprivateciliumexamplecom.Prope
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -347,10 +347,10 @@ Resources.AWSEC2LaunchTemplatenodesprivateciliumexamplecom.Properties.LaunchTemp
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -46,10 +46,10 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersprivateciliumadvancedexamplec
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"
@ -362,10 +362,10 @@ Resources.AWSEC2LaunchTemplatenodesprivateciliumadvancedexamplecom.Properties.La
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

View File

@ -44,10 +44,10 @@ download-or-bust() {
while true; do while true; do
for url in "${urls[@]}"; do for url in "${urls[@]}"; do
commands=( commands=(
"curl -f --ipv4 --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f --compressed -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget --compression=auto -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
"curl -f --ipv4 -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10" "curl -f -Lo "${file}" --connect-timeout 20 --retry 6 --retry-delay 10"
"wget --inet4-only -O "${file}" --connect-timeout=20 --tries=6 --wait=10" "wget -O "${file}" --connect-timeout=20 --tries=6 --wait=10"
) )
for cmd in "${commands[@]}"; do for cmd in "${commands[@]}"; do
echo "Attempting download with: ${cmd} {url}" echo "Attempting download with: ${cmd} {url}"

Some files were not shown because too many files have changed in this diff Show More