fix: redirect stdin from /dev/tty for curl|sh installs #3

Merged
jason.woltje merged 1 commits from fix/curl-pipe-stdin into main 2026-02-21 19:03:08 +00:00

1 Commits

Author SHA1 Message Date
2900b19b00 fix: redirect stdin from /dev/tty for curl|sh installs
When running via `curl URL | sh`, stdin is the curl pipe, not the
terminal. Interactive prompts (wizard or legacy install.sh) need
a real TTY. Redirect stdin from /dev/tty when available, fall back
to --non-interactive mode when no TTY exists (CI/Docker).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 13:02:44 -06:00