mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-18 14:40:51 +01:00
deb-update.bash: add --with-new-pkgs to apt-get
This commit is contained in:
parent
4be2e51f43
commit
19a8c9f5c3
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -x
|
set -x
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
apt-get "$@" upgrade
|
apt-get "$@" upgrade --with-new-pkgs
|
||||||
flatpak update --assumeyes
|
flatpak update --assumeyes
|
||||||
snap refresh
|
snap refresh
|
||||||
snap changes
|
snap changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user