Skip to content

Instantly share code, notes, and snippets.

@johanrhodin
Last active May 4, 2017 01:33
Show Gist options
  • Save johanrhodin/8774ffebfab44b8e2bd475c79736f77e to your computer and use it in GitHub Desktop.
Save johanrhodin/8774ffebfab44b8e2bd475c79736f77e to your computer and use it in GitHub Desktop.
# Get Heroku for the RasPi, where we store the credentials
sudo add-apt-repository "deb https://cli-assets.heroku.com/branches/stable/apt ./"
curl -L https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment