mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-04-01 21:37:22 +02:00
deb-update.bash: add --noninteractive to flatpak update, comment uninstall
This commit is contained in:
parent
05c0e6500b
commit
412fb4e620
@ -14,9 +14,9 @@ apt-get -y update
|
||||
apt-get "$@" upgrade --with-new-pkgs
|
||||
|
||||
# Flatpak apps are sandboxed and should be safe to update automatically
|
||||
flatpak update --assumeyes
|
||||
flatpak update --assumeyes --noninteractive
|
||||
# Flatpak's version of `apt autoremove`
|
||||
flatpak uninstall --unused
|
||||
#flatpak uninstall --unused
|
||||
|
||||
# Snap packages auto-update anyway though, but I like checking them while
|
||||
# doing everything else too
|
||||
|
Loading…
x
Reference in New Issue
Block a user