Skip to content

Instantly share code, notes, and snippets.

@cybniv
Created June 26, 2019 20:17
Show Gist options
  • Save cybniv/78e5d59b7a538da646bd9e547b65e862 to your computer and use it in GitHub Desktop.
Save cybniv/78e5d59b7a538da646bd9e547b65e862 to your computer and use it in GitHub Desktop.
fix terminfo on shit-fucked debianish systems from middle-earth
#!/bin/sh
### btw I use arch
curl -O https://invisible-island.net/datafiles/current/terminfo.src.gz
gunzip terminfo.src.gz
tic -sx terminfo.src
@cybniv
Copy link
Author

cybniv commented Jun 26, 2019

short URL: https://git.io/fjrNY
use like this:

ssh root@foreveryesterdayhost.com 'source <(curl -sL https://git.io/fjrNY)'

WOW! Now you can use terminals from 1998 and later!

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