Add a cleanup section for Brew.
This commit is contained in:
parent
404410a131
commit
deb4c45a34
|
@ -83,6 +83,13 @@ function install_osx_software {
|
|||
htop
|
||||
EOF
|
||||
#-------------------------------
|
||||
|
||||
#-------------------------------
|
||||
# Clean up
|
||||
#-------------------------------
|
||||
brew cask cleanup
|
||||
brew cleanup
|
||||
#-------------------------------
|
||||
}
|
||||
|
||||
#-------------------------------
|
||||
|
|
Loading…
Reference in a new issue