armbian-next: curb down wget logging for ORAS tooling download

This commit is contained in:
Ricardo Pardini 2023-01-11 15:22:16 +01:00
parent 47af820f5d
commit 2a22cee345
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02

View File

@ -48,7 +48,7 @@ function run_tool_oras() {
display_alert "ORAS_BIN: ${ORAS_BIN}" "ORAS" "debug"
display_alert "Downloading required" "ORAS tooling" "info"
run_host_command_logged wget --progress=dot:giga -O "${ORAS_BIN}.tar.gz" "${DOWN_URL}"
run_host_command_logged wget --no-verbose --progress=dot:giga -O "${ORAS_BIN}.tar.gz" "${DOWN_URL}"
run_host_command_logged tar -xf "${ORAS_BIN}.tar.gz" -C "${DIR_ORAS}" "oras"
run_host_command_logged rm -rf "${ORAS_BIN}.tar.gz"
run_host_command_logged mv -v "${DIR_ORAS}/oras" "${ORAS_BIN}"