Adding explicit --yes to apt-get call when installing keyring packages (previously, this was inherited through Apt(); wrapper) (Closes: #499625).

This commit is contained in:
Daniel Baumann 2008-09-20 19:17:04 +02:00
parent 4210fbf03c
commit ed6d9e8c8c
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ case "${1}" in
# Installing keyring packages
if [ -n "${LH_KEYRING_PACKAGES}" ]
then
Chroot "apt-get --force-yes install ${LH_KEYRING_PACKAGES}"
Chroot "apt-get --yes --force-yes install ${LH_KEYRING_PACKAGES}"
Apt update
fi