Open ghost opened 5 years ago
Hello!
When I run the command pipes.sh, I get the following error:
pipes.sh
ryanm@sirinat0r:~/pipes.sh$ pipes.sh tput: unknown terminal "xterm-termite" ryanm@sirinat0r:~/pipes.sh$
ryanm@sirinat0r:~/pipes.sh$ pipes.sh
tput: unknown terminal "xterm-termite"
ryanm@sirinat0r:~/pipes.sh$
Any suggestions or workarounds?
did you modify any terminal settings? You can try this:
echo $SHELL
export TERMINFO=/usr/lib/terminfo
setenv TERMINFO /usr/lib/terminfo
Hello!
When I run the command
pipes.sh
, I get the following error:ryanm@sirinat0r:~/pipes.sh$ pipes.sh
tput: unknown terminal "xterm-termite"
ryanm@sirinat0r:~/pipes.sh$
Any suggestions or workarounds?