Use APT::Install-Recommends to disable installation of recommends for Etch
This commit is contained in:
parent
9ad7466cf1
commit
c742448209
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue