mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Bring back ttf-ia-writer now that it is safe
This commit is contained in:
@@ -95,6 +95,7 @@ sudo pacman -S --noconfirm --needed \
|
|||||||
tldr \
|
tldr \
|
||||||
tree-sitter-cli \
|
tree-sitter-cli \
|
||||||
ttf-cascadia-mono-nerd \
|
ttf-cascadia-mono-nerd \
|
||||||
|
ttf-ia-writer \
|
||||||
ttf-jetbrains-mono \
|
ttf-jetbrains-mono \
|
||||||
typora \
|
typora \
|
||||||
tzupdate \
|
tzupdate \
|
||||||
|
|||||||
5
migrations/1756411865.sh
Normal file
5
migrations/1756411865.sh
Normal 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
|
||||||
Reference in New Issue
Block a user