Skip to content

Commit

Permalink
optimize image size #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rusdevops committed Mar 25, 2020
1 parent 17100f6 commit aa30bfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ brew install "$@" ${packages}
brew postinstall ${packages}

brew cleanup
brew uninstall go || echo "go is already uninstalled"
brew uninstall pandoc || echo "pandoc is already uninstalled"

rm -rf $HOME/.cache

# ----------------------------------------------------------------------------
# Install npm packages
Expand Down

0 comments on commit aa30bfd

Please sign in to comment.