Mustachio
Mustachio

Reputation: 13

When I download Heroku Toolbelt, it downloads as "Unknown"

So when I double click on the file it opens it up in TextEdit... Not sure if there's another place besides https://toolbelt.heroku.com/ that I should try downloading it from or if it's possible I'm doing it wrong?

I'm running Mac OSX 10.6.8

Thank you, Chet

Upvotes: 1

Views: 677

Answers (1)

Tasos Bitsios
Tasos Bitsios

Reputation: 2789

1) Rename it to heroku-toolbelt.pkg

2) run in terminal:

cd Downloads #or wherever you downloaded it
md5 heroku-toolbelt.pkg

You should see:

MD5 (heroku-toolbelt.pkg) = c637cd30d6485a893dacd2a680d05c9c

3) If the MD5 matches mine, run it.

Upvotes: 1

Related Questions