Files
SuperCharged-Claude-Code-Up…/install-claude-code.sh
uroma 7505d08dbc Fix: Interactive input not working with curl | bash
All `read -p` commands now redirect stdin from /dev/tty instead of
piped stdin. This fixes the bug where menu prompts immediately failed
with "Invalid choice" when script was executed via curl | bash.

Fixed 10 read commands throughout the script:
- Provider selection menu
- API key input prompts
- Installation confirmation prompts
- Coding-helper installation prompts

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-22 16:19:49 +00:00

26 KiB
Executable File