Skip to content

Commit

Permalink
Fixed package descriptions for Firefox fonts mod
Browse files Browse the repository at this point in the history
  • Loading branch information
bell345 committed Jan 20, 2025
1 parent d0e47ff commit 290cf79
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/with-contenv bash

if ! apk info --installed ttf-dejavu >/dev/null; then
if ! dpkg -s fonts-dejavu >/dev/null; then
echo "**** Adding firefox-fonts packages to install list ****"
echo "\
ttf-dejavu \
font-noto-emoji \
font-noto-cjk \
font-croscore" >> /mod-repo-packages-to-install.list
fonts-dejavu \
fonts-noto-color-emoji \
fonts-noto-cjk \
fonts-croscore >> /mod-repo-packages-to-install.list
else
echo "**** Firefox-fonts packages already installed, skipping ****"
fi

0 comments on commit 290cf79

Please sign in to comment.