do not install recommends by default

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-10-09 21:47:37 +09:00
parent 2583cb213e
commit 9b2d630807
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ case "$state_is" in
;;
esac
aptget="DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes"
aptget="DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes --no-install-recommends"
[ "$state_is" = "$state_should" ] && exit 0