From 19a8c9f5c3bbff5cd983004fd7c7b75d5beca5b4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 7 Nov 2018 11:50:01 +0200 Subject: [PATCH] deb-update.bash: add --with-new-pkgs to apt-get --- bash/deb-update.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 2c36a4a..524c219 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -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