Remove unused flat packages

This commit is contained in:
Alexander Hess 2023-02-19 13:01:01 +01:00
parent fc19761aac
commit 560627cee2
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -154,7 +154,7 @@ update-machine() {
_update_apt
_update_dnf
_command_exists flatpak && sudo flatpak update -y
_command_exists flatpak && sudo flatpak update -y && sudo flatpak uninstall --unused
_command_exists snap && sudo snap refresh && _remove_old_snaps
_update_repositories
_update_zsh