deb-update.bash: allow flatpak to uninstall --unused

This commit is contained in:
Aminda Suomalainen 2020-04-04 10:53:39 +03:00
parent 04c2a91009
commit 086795f5f7
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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