diff --git a/install.sh b/install.sh index 7824bf7..79fd5dc 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -euo pipefail cols=80 -if [ -n "$TERM" ] +if [ "$TERM" != "dumb" ] then cols=$(tput cols) fi