diff options
Diffstat (limited to 'scripts/build/lb_chroot_sources')
-rwxr-xr-x | scripts/build/lb_chroot_sources | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources index 5b77f6537..8d6dc764d 100755 --- a/scripts/build/lb_chroot_sources +++ b/scripts/build/lb_chroot_sources @@ -411,15 +411,15 @@ EOF Chroot chroot "apt-get ${APT_OPTIONS} install aptitude" fi - Apt update - Apt upgrade - Apt dist-upgrade + Apt chroot update + Apt chroot upgrade + Apt chroot dist-upgrade # Installing keyring packages if [ -n "${LB_KEYRING_PACKAGES}" ] then Chroot chroot "apt-get --yes --force-yes install ${LB_KEYRING_PACKAGES}" - Apt update + Apt chroot update fi if [ "${LB_CACHE_INDICES}" = "true" ] @@ -625,7 +625,7 @@ EOF fi # Updating indices - Apt update + Apt chroot update # Cleaning apt package cache rm -rf chroot/var/cache/apt |