diff options
Diffstat (limited to 'adu-upgrade')
-rwxr-xr-x | adu-upgrade | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/adu-upgrade b/adu-upgrade index bdc1efc..e0a25dd 100755 --- a/adu-upgrade +++ b/adu-upgrade @@ -41,6 +41,10 @@ if [ "$upgrades" -eq 0 ]; then exit 0 fi +# Disable apt-listbugs, because if the network isn't available then it blocks +# upgrades. +export APT_LISTBUGS_FRONTEND=none + # Do the update export DEBIAN_FRONTEND=noninteractive apt-get -q -y --with-new-pkgs --no-download --ignore-missing upgrade |