mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-16 21:50:58 +01:00
deb-update.bash: allow flatpak to uninstall --unused
This commit is contained in:
parent
04c2a91009
commit
086795f5f7
@ -19,7 +19,7 @@ fi
|
||||
if hash flatpak 2>/dev/null; then
|
||||
flatpak update --assumeyes --noninteractive
|
||||
# Flatpak's version of `apt autoremove`
|
||||
#flatpak uninstall --unused
|
||||
flatpak uninstall --unused --assumeyes
|
||||
fi
|
||||
|
||||
# Snap packages auto-update anyway though, but I like checking them while
|
||||
|
Loading…
x
Reference in New Issue
Block a user