deb-update.bash: add --with-new-pkgs to apt-get

This commit is contained in:
Aminda Suomalainen 2018-11-07 11:50:01 +02:00
parent 4be2e51f43
commit 19a8c9f5c3
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -x
apt-get -y update
apt-get "$@" upgrade
apt-get "$@" upgrade --with-new-pkgs
flatpak update --assumeyes
snap refresh
snap changes