Add ability to update flatpaks

This commit is contained in:
Jason Streifling 2024-11-24 09:28:15 +01:00
parent 7ab1f488c4
commit 5b798d1ba3

View File

@ -59,6 +59,9 @@ echo -e '\nCleaning cache ...' >&2
sudo paccache -r sudo paccache -r
yaycache -r yaycache -r
# Update flatpaks
which flatpak >/dev/null 2>&1 && flatpak update
# Find new configs # Find new configs
echo -e '\nSearching for new configs ...' >&2 echo -e '\nSearching for new configs ...' >&2
sudo pacdiff sudo pacdiff