Skip to content

Instantly share code, notes, and snippets.

@ugudlado
Created July 29, 2017 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugudlado/c9c03ecbb20f2855dfe8c36adb8d0e1a to your computer and use it in GitHub Desktop.
Save ugudlado/c9c03ecbb20f2855dfe8c36adb8d0e1a to your computer and use it in GitHub Desktop.
Installation bash script for heroku installation in Ubuntu
## Not sure where I copied this script from..so no reference link
apt-get install software-properties-common # debian only
add-apt-repository "deb https://cli-assets.heroku.com/branches/stable/apt ./"
curl -L https://cli-assets.heroku.com/apt/release.key | apt-key add -
apt-get update
apt-get install heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment