diff options
Diffstat (limited to 'adu-upgrade')
-rwxr-xr-x | adu-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adu-upgrade b/adu-upgrade index 81f6e90..5bcef27 100755 --- a/adu-upgrade +++ b/adu-upgrade @@ -42,7 +42,7 @@ if [ "$upgrades" -eq 0 ]; then fi # Do the update -apt-get upgrade -y --no-download --ignore-missing +apt-get -q -y --with-new-pkgs --no-download --ignore-missing upgrade # man:systemd.offline-updates(7): # "The update service should now do its job. [...] After completion |