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 7d25117 commit dbe6396Copy full SHA for dbe6396
scripts/install.sh
@@ -347,7 +347,7 @@ install_macos() {
347
if [[ -d "$MACOS_APP_DIR/$app_name" ]]; then
348
warning "Existing $app_name found in $MACOS_APP_DIR"
349
echo "Do you want to replace it? (y/N): "
350
- read -r response
+ read -r response < /dev/tty
351
if [[ ! "$response" =~ ^[Yy]$ ]]; then
352
error "Installation cancelled by user"
353
fi
0 commit comments