diff options
author | Adam Spragg <adam@spra.gg> | 2022-03-16 16:57:36 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-03-16 16:57:36 +0000 |
commit | c7d2be77561548f5d4a7473970e278285b700038 (patch) | |
tree | 7e7b8f74d8b5cc7d24ebd53e81c54fe9bb5df3d1 | |
parent | e0f03f2b2a83c2f0f32033fd11e652ee982e1a7c (diff) |
Set "DEBIAN_FRONTEND=noninteractive" for upgrades
Cuts down on spam in the logs. See the debconf(7) man page for more
details.
-rwxr-xr-x | adu-upgrade | 1 |
1 files changed, 1 insertions, 0 deletions
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): |