diff options
Diffstat (limited to 'helpers/lh_chroot_tasks')
-rwxr-xr-x | helpers/lh_chroot_tasks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_tasks b/helpers/lh_chroot_tasks index 46277d72b..7a19be943 100755 --- a/helpers/lh_chroot_tasks +++ b/helpers/lh_chroot_tasks @@ -69,7 +69,7 @@ then # Installing tasks case "${LH_TASKSEL}" in aptitude) - Chroot "aptitude install --assume-yes ${LH_TASKS}" + Chroot "aptitude ${APTITUDE_OPTIONS} install ${LH_TASKS}" ;; tasksel) |