Skip to content

Instantly share code, notes, and snippets.

@huydhoang
Forked from kogcyc/heroku.sh
Created February 16, 2022 13:01
Show Gist options
  • Save huydhoang/a6880a4d4d97801a34da683004591dcb to your computer and use it in GitHub Desktop.
Save huydhoang/a6880a4d4d97801a34da683004591dcb 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
@Regnul
Copy link

Regnul commented Apr 17, 2022

snap did not work, downloading tarball with curl did not work. THIS worked

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