Skip to content

Commit

Permalink
Add apt-get autoremove to the update script
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Jul 7, 2023
1 parent 3e365fd commit ac631a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/custom/utils.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ close-chats() {

update() {
sudo apt-get update
sudo apt-get autoremove
sudo apt-get dist-upgrade
sudo apt-get autoremove
sudo snap refresh
flatpak uninstall --unused
flatpak update
Expand Down

0 comments on commit ac631a4

Please sign in to comment.