axel broken, replacing with curl

This commit is contained in:
2022-02-23 16:11:05 -05:00
parent 9ce58de1c9
commit 907c4bc28b

View File

@@ -182,7 +182,9 @@ getImageBuilder() {
else
echo "Downloading the ImageBuilder requires axel or curl!"
return 1
fi
fi
_dl_tool="curl" # TODO remove
echo "Downloading imagebuilder archive using $_dl_tool"