From e3f7f08fb49de9f42f4e38413eda63d7a6dec64c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 1 Apr 2024 16:00:59 +0900 Subject: [PATCH] ops: Follow redirects to download AppleColorEmoji.ttf --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 9ecfb7e2b..ee56fc64c 100755 --- a/production/install +++ b/production/install @@ -1449,7 +1449,7 @@ if [ "${UNFURL_INSTALL}" = ON ];then echo 'nvidia_xorg_enable="YES"' >> /etc/rc.conf 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 -sSL "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 <