Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 13:31
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.