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 |
@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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be outdated, it doesn't work in Heroku stack 20. The error I'm getting is:
nano: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory