From aa97e2afb2821fcc247c9448e4663734b13a4520 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Nov 2021 03:12:31 +0100 Subject: Adding upstream version 20211117. Signed-off-by: Daniel Baumann --- libexec/container/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/container/update b/libexec/container/update index de76942..adfee65 100755 --- a/libexec/container/update +++ b/libexec/container/update @@ -173,11 +173,11 @@ do case "${FULL_UPGRADE}" in true) - container run -n ${NAME} -- "DEBCONF_FRONTEND='noninteractive' DEBCONF_PRIORITY='critical' apt \-o Dpkg::Options::=\-\-force-confold ${YES} full-upgrade" + container run -n ${NAME} -- "DEBCONF_FRONTEND='noninteractive' DEBCONF_PRIORITY='critical' DEBCONF_NONINTERACTIVE_SEEN='true' DEBCONF_NOWARNINGS='true' apt \-o Dpkg::Options::=\-\-force-confold -f ${YES} full-upgrade" ;; *) - container run -n ${NAME} -- "DEBCONF_FRONTEND='noninteractive' DEBCONF_PRIORITY='critical' apt \-o Dpkg::Options::=\-\-force-confold ${YES} upgrade" + container run -n ${NAME} -- "DEBCONF_FRONTEND='noninteractive' DEBCONF_PRIORITY='critical' DEBCONF_NONINTERACTIVE_SEEN='true' DEBCONF_NOWARNINGS='true' apt \-o Dpkg::Options::=\-\-force-confold -f ${YES} upgrade" ;; esac -- cgit v1.2.3