summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_packages
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_chroot_packages')
-rwxr-xr-xhelpers/lh_chroot_packages10
1 files changed, 1 insertions, 9 deletions
diff --git a/helpers/lh_chroot_packages b/helpers/lh_chroot_packages
index 661b335..9fe2984 100755
--- a/helpers/lh_chroot_packages
+++ b/helpers/lh_chroot_packages
@@ -53,15 +53,7 @@ then
Restore_cache cache/packages_packages
# Installing packages
- case "${LH_APT}" in
- apt|apt-get)
- Chroot "apt-get install --yes ${LH_PACKAGES}"
- ;;
-
- aptitude)
- Chroot "aptitude install --assume-yes ${LH_PACKAGES}"
- ;;
- esac
+ Apt install ${LH_PACKAGES}
# Saving cache
Save_cache cache/packages_packages