From 1c14b8eba2c1512ac84e65acfbb9839210eb83e3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Jul 2025 14:30:18 -0400 Subject: [PATCH] Have to check for the right command --- migrations/1753138691.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1753138691.sh b/migrations/1753138691.sh index b37208f..04012e4 100644 --- a/migrations/1753138691.sh +++ b/migrations/1753138691.sh @@ -1,6 +1,6 @@ echo "Install swayOSD to show volume status" -if ! command -v swayosd &>/dev/null; then +if ! command -v swayosd-server &>/dev/null; then yay -S --noconfirm --needed swayosd setsid uwsm app -- swayosd-server &>/dev/null & fi