Files
bootstrap/remote-install.sh
Jason Woltje 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

1.9 KiB
Executable File