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 <