omarchy/migrations/1755455095.sh
Shigeto Kumagai ccf6afc36c
fix: missing python-poetry-core make Omarchy install fail (#862)
* fix: missing python-poetry-core

* added migration

* Flesh out migration to fix all tte issues

* Turn TTE back on

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-18 12:39:46 +02:00

10 lines
251 B
Bash

echo "Ensure TTE and dependencies are installed"
if ! yay -Q python-poetry-core &>/dev/null; then
yay -S --noconfirm python-poetry-core
fi
if ! yay -Q python-terminaltexteffects &>/dev/null; then
yay -S --noconfirm python-terminaltexteffects
fi