Skip to content

Commit

Permalink
Updated the name of the CJK font package for Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 18, 2023
1 parent d30ff40 commit 319d1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/etc/cont-init.d/10-cjk-font.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ if is-bool-val-true "${ENABLE_CJK_FONT:-0}"; then
else
echo "installing CJK font..."
if [ -n "$(which apk)" ]; then
add-pkg wqy-zenhei --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing 2>&1
add-pkg font-wqy-zenhei --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing
else
add-pkg fonts-wqy-zenhei 2>&1
add-pkg fonts-wqy-zenhei
fi
fi
fi
Expand Down

0 comments on commit 319d1b3

Please sign in to comment.