diff options
author | Daniel Baumann <daniel@debian.org> | 2008-09-11 08:33:02 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:41 +0100 |
commit | 1102bca97190a5c9f7f0aeaf5e0b3df1bfc15827 (patch) | |
tree | 775f3d81b71a98307c9569b8437fbcc175520068 /helpers/lh_chroot_sources | |
parent | e8bb0a03e9af4912aabcf0ac0d7bb81cd2f9bf5e (diff) | |
download | vyos-live-build-1102bca97190a5c9f7f0aeaf5e0b3df1bfc15827.tar.gz vyos-live-build-1102bca97190a5c9f7f0aeaf5e0b3df1bfc15827.zip |
Always using apt to install keyring packages (Closes: #498531).
Diffstat (limited to 'helpers/lh_chroot_sources')
-rwxr-xr-x | helpers/lh_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index f7c4238ba..628406042 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -297,7 +297,7 @@ case "${1}" in # Installing keyring packages if [ -n "${LH_KEYRING_PACKAGES}" ] then - Apt --force-yes install "${LH_KEYRING_PACKAGES}" + Chroot "apt-get --force-yes install ${LH_KEYRING_PACKAGES}" Apt update fi |