From ee688d4086922ddeb6f48ea277276fe2c0fdc2ed Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 27 Jan 2026 21:57:55 +0000 Subject: [PATCH] Fix install script: read cava prompt from terminal, not stdin pipe Co-Authored-By: Claude Opus 4.5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1a16958..8d8e176 100755 --- a/install.sh +++ b/install.sh @@ -54,7 +54,7 @@ echo "alongside the now-playing bar. It is not required but adds a nice" echo "visual element that changes color with your selected theme." echo "" printf "Install cava? [y/N] " -read -r answer +read -r answer /dev/null 2>&1; then sudo pacman -S --needed --noconfirm cava