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