Bring back ttf-ia-writer now that it is safe

This commit is contained in:
David Heinemeier Hansson
2025-08-28 22:23:38 +02:00
parent 0b276c4f49
commit 37699e80e4
2 changed files with 6 additions and 0 deletions

5
migrations/1756411865.sh Normal file
View File

@@ -0,0 +1,5 @@
echo "Add back ttf-ia-writer if it was missing"
if ! pacman -Q ttf-ia-writer 2>/dev/null; then
sudo pacman -S --noconfirm ttf-ia-writer
fi