Make __package_apt even more non-interactive

This commit is contained in:
Ricardo Catalinas Jiménez 2014-10-05 15:59:27 +01:00
parent fb45416193
commit 5cfe569369
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ esac
# Hint if we need to avoid questions at some point:
# DEBIAN_PRIORITY=critical can reduce the number of questions
aptget="DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes --no-install-recommends -o DPkg::Options::=\"--force-confold\""
aptget="DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes --no-install-recommends -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\""
[ "$state_is" = "$state_should" ] && exit 0