New device, some tidying

This commit is contained in:
2022-12-21 12:58:41 -05:00
parent add848141c
commit 870fc789fe
2 changed files with 14 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
# Apache 2.0 License
# Set default release
: "${RELEASE:="22.03.1"}"
: "${RELEASE:="22.03.2"}"
printHelp() {
debug "${FUNCNAME[0]}"
@@ -187,7 +187,7 @@ getImageBuilder() {
return 1
fi
_dl_tool="curl" # TODO remove
#_dl_tool="curl" # TODO remove
echo "Downloading imagebuilder archive using $_dl_tool"