mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-21 08:10:38 +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
|
if hash flatpak 2>/dev/null; then
|
||||||
flatpak update --assumeyes --noninteractive
|
flatpak update --assumeyes --noninteractive
|
||||||
# Flatpak's version of `apt autoremove`
|
# Flatpak's version of `apt autoremove`
|
||||||
#flatpak uninstall --unused
|
flatpak uninstall --unused --assumeyes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Snap packages auto-update anyway though, but I like checking them while
|
# Snap packages auto-update anyway though, but I like checking them while
|
||||||
|
Loading…
x
Reference in New Issue
Block a user