From 2f940f250b2630c0f07d5ee7b89e4811377c4239 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 28 Jan 2026 22:50:29 +0000 Subject: [PATCH] read from proper tty --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 13a2439..c9c6924 100644 --- a/installer.sh +++ b/installer.sh @@ -58,7 +58,7 @@ install() { echo "Installing Crib (Ruby $RUBY_VERSION)" echo "Install locally (~/.local/bin) or globally (/usr/bin)? [l/g]" - read -r choice + read -r choice