local: make wget quiet

This commit is contained in:
Cyril Brulebois 2023-01-23 00:23:45 +01:00
parent 6d7fccf127
commit 43e20c431f
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ esac
if [ -d "/etc/ssl/ca-debian" ]; then
export WGET_OPTS="--ca-directory /etc/ssl/ca-debian/"
fi
export WGET="wget $WGET_OPTS"
export WGET="wget -q $WGET_OPTS"
# Run the make_image step in parallel? Specify the number of calls to
# use in parallel here if desired. Don't go too high - this *will*