Always using apt to install keyring packages (Closes: #498531).

This commit is contained in:
Daniel Baumann 2008-09-11 08:33:02 +02:00
parent e8bb0a03e9
commit 1102bca971
1 changed files with 1 additions and 1 deletions

View File

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