Extending wget calls with options variable in bootstrap_archive-keys too (Closes: #712710).

This commit is contained in:
Daniel Baumann 2013-06-18 20:28:03 +02:00
parent 24cfdfc6a3
commit 79af3c1580
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ for _KEY in ${_KEYS}
do
Echo_message "Fetching archive-key ${_KEY}..."
wget -q "${_URL}/archive-key-${_KEY}.asc" -O chroot/key.asc
wget -q "${_URL}/archive-key-${_KEY}.asc.sig" -O chroot/key.asc.sig
wget ${WGET_OPTIONS} "${_URL}/archive-key-${_KEY}.asc" -O chroot/key.asc
wget ${WGET_OPTIONS} "${_URL}/archive-key-${_KEY}.asc.sig" -O chroot/key.asc.sig
if [ -e /usr/bin/gpgv ]
then