Created
October 30, 2019 16:12
-
-
Save pedrocarrico/8c9c891d7521e889ba49a991b160783d to your computer and use it in GitHub Desktop.
Install nano on heroku dyno
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir /app/nano | |
curl https://github.com/Ehryk/heroku-nano/raw/master/heroku-nano-2.5.1/nano.tar.gz --location --silent | tar xz -C /app/nano | |
export PATH=$PATH:/app/nano |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@andresespinosapc thanks for reporting, I haven't used this method for a long time now, if you happen to find an alternative let me know here.