do not install recommends by default

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/2.3
Nico Schottelius 12 years ago
parent 2583cb213e
commit 9b2d630807
  1. 2
      cdist/conf/type/__package_apt/gencode-remote

@ -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

Loading…
Cancel
Save