From c814aa534de55ad9a5925a07c077ee1e59ebb6ee Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 26 Jul 2025 16:47:25 -0400 Subject: [PATCH] Install if MISSING --- migrations/1753468218.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1753468218.sh b/migrations/1753468218.sh index b9f22e9..bf2fab8 100644 --- a/migrations/1753468218.sh +++ b/migrations/1753468218.sh @@ -1,4 +1,4 @@ echo "Add Terminal Text Effects for rizzing Omarchy" -if yay -Qe python-terminaltexteffects &>/dev/null; then +if ! yay -Qe python-terminaltexteffects &>/dev/null; then yay -S --noconfirm --needed python-terminaltexteffects fi