From 93b278c52952094cd5a52ea06d5cb2914527645e Mon Sep 17 00:00:00 2001 From: kkashilk Date: Fri, 31 Oct 2025 12:22:15 -0700 Subject: [PATCH] Fix install script input method --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 737eec6f..36fcac18 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -348,7 +348,7 @@ install_macos() { if [[ -d "$MACOS_APP_DIR/$app_name" ]]; then warning "Existing $app_name found in $MACOS_APP_DIR" echo "Do you want to replace it? (y/N): " - read -r response + read -r response < /dev/tty if [[ ! "$response" =~ ^[Yy]$ ]]; then error "Installation cancelled by user" fi