diff options
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 628406042..7ff87ac9f 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 - Chroot "apt-get --force-yes install ${LH_KEYRING_PACKAGES}" + Chroot "apt-get --yes --force-yes install ${LH_KEYRING_PACKAGES}" Apt update fi |