ops: Fix fonts config from installer
This commit is contained in:
parent
c5bdcec164
commit
9f007d78f8
@ -1449,7 +1449,7 @@ if [ "${UNFURL_INSTALL}" = ON ];then
|
|||||||
|
|
||||||
echo "[*] Installing color emoji"
|
echo "[*] Installing color emoji"
|
||||||
osSudo "${ROOT_USER}" curl "https://github.com/samuelngs/apple-emoji-linux/releases/download/ios-15.4/AppleColorEmoji.ttf" -o /usr/local/share/fonts/TTF/AppleColorEmoji.ttf
|
osSudo "${ROOT_USER}" curl "https://github.com/samuelngs/apple-emoji-linux/releases/download/ios-15.4/AppleColorEmoji.ttf" -o /usr/local/share/fonts/TTF/AppleColorEmoji.ttf
|
||||||
cat >> /usr/local/etc/fonts/conf.d/01-emoji.conf <<EOF
|
cat > /usr/local/etc/fonts/conf.d/01-emoji.conf <<EOF
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user