We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e47ff commit 290cf79Copy full SHA for 290cf79
root/etc/s6-overlay/s6-rc.d/init-mod-firefox-fonts-add-package/run
@@ -1,12 +1,12 @@
1
#!/usr/bin/with-contenv bash
2
3
-if ! apk info --installed ttf-dejavu >/dev/null; then
+if ! dpkg -s fonts-dejavu >/dev/null; then
4
echo "**** Adding firefox-fonts packages to install list ****"
5
echo "\
6
- ttf-dejavu \
7
- font-noto-emoji \
8
- font-noto-cjk \
9
- 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
10
else
11
echo "**** Firefox-fonts packages already installed, skipping ****"
12
fi
0 commit comments