Skip to content

Commit

Permalink
Change wget to curl in Heroku CLI setup script
Browse files Browse the repository at this point in the history
wget isn't pre-installed on OSX machines.
  • Loading branch information
Kevin Suttle committed Nov 2, 2012
1 parent c5254cd commit 3ad4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -60,7 +60,7 @@ echo "Installing critical Ruby gems for Rails development ..."
successfully gem install bundler rails pg foreman thin --no-rdoc --no-ri

echo "Installing standalone Heroku CLI client. You'll need administrative rights on your machine ..."
successfully wget -qO- https://toolbelt.heroku.com/install.sh | sh
successfully curl -s https://toolbelt.heroku.com/install.sh | sh

echo "Installing the heroku-config plugin for pulling config variables locally to be used as ENV variables ..."
successfully heroku plugins:install git://github.com/ddollar/heroku-config.git

0 comments on commit 3ad4418

Please sign in to comment.