Drop --force-yes option from chroot-scripts' apt-get usage
authorMichael Prokop <mika@grml.org>
Tue, 9 Jun 2015 22:02:02 +0000 (00:02 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 10 Jun 2015 06:42:20 +0000 (08:42 +0200)
commit0592c21f3db581e9910c3fc8ac9f5a603551b0bc
treefffd54b1645a141aa94ea9b320c546e5f5e8f85b
parent1cf8447b1ef2791892fbd51f1cd49406850a93df
Drop --force-yes option from chroot-scripts' apt-get usage

The --force-yes option may lead to installation of packages that
fail GPG verification checks. If someone really needs the
--force-yes option (to actually really force package
installation) then this should be handled via DPKG_OPTIONS
instead.

Fixes #62 @ github
chroot-script