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