1
0
mirror of synced 2026-04-26 04:16:54 +00:00

hooks/common.sh: installDebianPackage no more installs recommends

This commit is contained in:
Axel Beckert
2013-01-22 21:45:57 +01:00
parent 57c7d13c48
commit 979b6fb166
2 changed files with 2 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ installDebianPackage ()
#
# Install the packages
#
DEBIAN_FRONTEND=noninteractive chroot ${prefix} /usr/bin/apt-get --yes --force-yes install "$@"
DEBIAN_FRONTEND=noninteractive chroot ${prefix} /usr/bin/apt-get --yes --force-yes --no-install-recommends install "$@"
#
# Remove the policy-rc.d script.