Remove unused flat packages
This commit is contained in:
parent
fc19761aac
commit
560627cee2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue