mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
deb-update.bash: add flatpak uninstall --unused
This commit is contained in:
parent
919d826966
commit
107fbf1f38
@ -15,6 +15,9 @@ apt-get "$@" upgrade --with-new-pkgs
|
||||
|
||||
# Flatpak apps are sandboxed and should be safe to update automatically
|
||||
flatpak update --assumeyes
|
||||
# Flatpak's version of `apt autoremove`, I cannot remember it ever removing
|
||||
# anything necessary
|
||||
flatpak uninstall --unused --assumeyes
|
||||
|
||||
# Snap packages auto-update anyway though, but I like checking them while
|
||||
# doing everything else too
|
||||
|
Loading…
Reference in New Issue
Block a user