Unverified Commit fa8f155d authored by Paul Yang's avatar Paul Yang Committed by GitHub

Reinstall wget on mac (#6505)

parent c132a4aa
...@@ -21,9 +21,9 @@ export CXX=g++ ...@@ -21,9 +21,9 @@ export CXX=g++
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
source $HOME/.rvm/scripts/rvm source $HOME/.rvm/scripts/rvm
brew uninstall node icu4c cmake brew uninstall node icu4c cmake wget
brew prune brew prune
brew install gflags gpg gpg2 node openssl pcre ruby cmake brew install gflags gpg gpg2 node openssl pcre ruby cmake wget
sudo chown -R $(whoami) /usr/local sudo chown -R $(whoami) /usr/local
brew postinstall node brew postinstall node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment