Skip to content

Instantly share code, notes, and snippets.

@kogcyc
Created August 14, 2017 22:45
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save kogcyc/39087873a8e9a5370376a43020ce1603 to your computer and use it in GitHub Desktop.
Save kogcyc/39087873a8e9a5370376a43020ce1603 to your computer and use it in GitHub Desktop.
how to install the heroku cli on raspberry pi
wget https://cli-assets.heroku.com/branches/stable/heroku-linux-arm.tar.gz
mkdir -p /usr/local/lib /usr/local/bin
sudo tar -xvzf heroku-linux-arm.tar.gz -C /usr/local/lib
sudo ln -s /usr/local/lib/heroku/bin/heroku /usr/local/bin/heroku
@juangina
Copy link

Thank You!

@huydhoang
Copy link

Thanks, it works!

@seb1907
Copy link

seb1907 commented Feb 24, 2022

you saved my life thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment