We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5033e60 commit 880bf57Copy full SHA for 880bf57
scripts/install.sh
@@ -348,7 +348,7 @@ install_macos() {
348
if [[ -d "$MACOS_APP_DIR/$app_name" ]]; then
349
warning "Existing $app_name found in $MACOS_APP_DIR"
350
echo "Do you want to replace it? (y/N): "
351
- read -r response
+ read -r response < /dev/tty
352
if [[ ! "$response" =~ ^[Yy]$ ]]; then
353
error "Installation cancelled by user"
354
fi
0 commit comments