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:
parent
4210fbf03c
commit
ed6d9e8c8c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue