Skip to content

Instantly share code, notes, and snippets.

@somnathrakshit
Forked from kogcyc/heroku.sh
Created August 12, 2022 14:54
Show Gist options
  • Save somnathrakshit/28a7b5b006517ae5d9ae1eadca572486 to your computer and use it in GitHub Desktop.
Save somnathrakshit/28a7b5b006517ae5d9ae1eadca572486 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment