Skip to content

Instantly share code, notes, and snippets.

@jdx
Last active October 15, 2018 20:18
Show Gist options
  • Save jdx/a145f1bebc96ef3752af4affe48c9cef to your computer and use it in GitHub Desktop.
Save jdx/a145f1bebc96ef3752af4affe48c9cef to your computer and use it in GitHub Desktop.
apt-get update
apt-get install -y wget
wget https://cli-assets.heroku.com/branches/stable/heroku-linux-amd64.tar.gz
mkdir -p /usr/local/lib /usr/local/bin
tar -xvzf heroku-linux-amd64.tar.gz -C /usr/local/lib
ln -s /usr/local/lib/heroku/bin/heroku /usr/local/bin/heroku
heroku version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment