mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
6 lines
142 B
Bash
6 lines
142 B
Bash
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
|