mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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>
This commit is contained in:
9
migrations/1755455095.sh
Normal file
9
migrations/1755455095.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user