mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-23 03:39:23 +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
|
||||
set -x
|
||||
apt-get -y update
|
||||
apt-get "$@" upgrade
|
||||
apt-get "$@" upgrade --with-new-pkgs
|
||||
flatpak update --assumeyes
|
||||
snap refresh
|
||||
snap changes
|
||||
|
Loading…
Reference in New Issue
Block a user