diff options
-rwxr-xr-x | functions/packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/packages.sh b/functions/packages.sh index 54b7aba..1427d6c 100755 --- a/functions/packages.sh +++ b/functions/packages.sh @@ -34,7 +34,7 @@ Install_package () then case "${LH_APT}" in apt|apt-get) - Chroot "apt-get install --no-install-recommends --yes ${PACKAGES}" + Chroot "apt-get install -o APT::Install-Recommends=false --yes ${PACKAGES}" ;; aptitude) |