diff options
Diffstat (limited to 'functions/wrapper.sh')
-rwxr-xr-x | functions/wrapper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/wrapper.sh b/functions/wrapper.sh index 6a71e8181..ee013dd69 100755 --- a/functions/wrapper.sh +++ b/functions/wrapper.sh @@ -13,11 +13,11 @@ Apt () { case "${LH_APT}" in apt|apt-get) - Chroot apt-get ${APT_OPTIONS} ${@} + Chroot chroot apt-get ${APT_OPTIONS} ${@} ;; aptitude) - Chroot aptitude ${APTITUDE_OPTIONS} ${@} + Chroot chroot aptitude ${APTITUDE_OPTIONS} ${@} ;; esac } |