Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(installer): graceful fallback to monochromic output when tput is unavailable #372

Merged
merged 3 commits into from
Mar 26, 2021

Commits on Mar 26, 2021

  1. feat(installer): gracefully monochromatic output when tput is unava…

    …ilable
    
    The `tput` command allows easier ANSI output using named values in rather than control characters.
    
    While we could just use control characters and maintain colored output in the absence of `tput`, it's
    probably also reasonable to gracefully fall back to monochromatic output.
    abernix committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3bf9f38 View commit details
    Browse the repository at this point in the history
  2. also update local-install.sh

    abernix committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3efa39b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db34a1 View commit details
    Browse the repository at this point in the history