Merge pull request #434 from linuxserver/firefox-fonts-s6v3

switch to hybrid (firefox-fonts)
This commit is contained in:
aptalca 2022-09-06 10:32:37 -04:00 committed by GitHub
commit fb7736024a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bash
if ! apk info --installed ttf-dejavu >/dev/null; then
echo "**** Adding firefox-fonts packages to install list ****"
echo "\
ttf-dejavu \
font-noto-emoji \
font-croscore" >> /mod-repo-packages-to-install.list
else
echo "**** Firefox-fonts packages already installed, skipping ****"
fi

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-firefox-fonts-add-package/run