You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix interactive prompts under curl | sh on macOS
macOS kqueue cannot poll a /dev/tty file descriptor, so inquire's
crossterm backend died with "Failed to initialize input reader" when
install.sh handed the wizard /dev/tty as stdin. Switch inquire to the
console backend, which reads the terminal with plain blocking reads —
prompts now also work with stdin fully piped.
Harden the advertised one-liner (--proto '=https' --tlsv1.2, rustup
style) and cross-compile the Intel macOS release binary on
macos-latest since macos-13 runners are deprecated.