diff --git a/brew b/brew index fb44280..9f8a2a9 100755 --- a/brew +++ b/brew @@ -11,13 +11,10 @@ brew upgrade # Install what we need brew install git -brew install node --without-npm +brew install node brew install wget brew install gpg2 brew install mysql brew install imagemagick brew install GraphicsMagick -brew install android - -# Install npm on its own -curl -L https://npmjs.org/install.sh | sh \ No newline at end of file +brew install android \ No newline at end of file