mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 14:23:07 -04:00
Merge pull request #434 from linuxserver/firefox-fonts-s6v3
switch to hybrid (firefox-fonts)
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-firefox-fonts-add-package/run
|
||||
Reference in New Issue
Block a user