From c7d2be77561548f5d4a7473970e278285b700038 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Wed, 16 Mar 2022 16:57:36 +0000 Subject: Set "DEBIAN_FRONTEND=noninteractive" for upgrades Cuts down on spam in the logs. See the debconf(7) man page for more details. --- adu-upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/adu-upgrade b/adu-upgrade index 5bcef27..bdc1efc 100755 --- a/adu-upgrade +++ b/adu-upgrade @@ -42,6 +42,7 @@ if [ "$upgrades" -eq 0 ]; then fi # Do the update +export DEBIAN_FRONTEND=noninteractive apt-get -q -y --with-new-pkgs --no-download --ignore-missing upgrade # man:systemd.offline-updates(7): -- cgit v1.2.1