Add ability to update flatpaks
This commit is contained in:
@ -59,6 +59,9 @@ echo -e '\nCleaning cache ...' >&2
|
||||
sudo paccache -r
|
||||
yaycache -r
|
||||
|
||||
# Update flatpaks
|
||||
which flatpak >/dev/null 2>&1 && flatpak update
|
||||
|
||||
# Find new configs
|
||||
echo -e '\nSearching for new configs ...' >&2
|
||||
sudo pacdiff
|
||||
|
Reference in New Issue
Block a user