• Yannick Eckey's avatar
    Fix install.sh/upgrade.sh for tput-less systems · 75e619b7
    Yannick Eckey authored
    @fcrozat's original fix assumes `which` not to output anything to STDOUT
    in case the command is not found. That is not necessarily true on all
    systems. A better solution is to check the return value instead.
    
    Fixes #4376
    75e619b7
install.sh 3.79 KB