From 44540dc618aa6d82bd44bcfa4ef2a58fc727d6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 18 Oct 2023 21:49:59 +0300 Subject: [PATCH] fix(installer): read input from process' controlling terminal --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index bdbce138e..1faaa3d5e 100755 --- a/install.sh +++ b/install.sh @@ -107,7 +107,7 @@ _install_cargo() { exit 1 fi while true; do - read -r -p "cargo not found! Do you wish to attempt to install Rust and cargo via rustup? [Y/N] " yn + read -r -p "cargo not found! Do you wish to attempt to install Rust and cargo via rustup? [Y/N] " yn