Files
digiserver-v2/install_emoji_fonts.sh
DigiServer Developer efb63f2b3f updating libre install
2025-11-20 19:44:07 +02:00

11 lines
278 B
Bash

#!/bin/bash
# Install emoji fonts for Raspberry Pi
echo "Installing emoji font support for Raspberry Pi..."
apt-get update -qq
apt-get install -y fonts-noto-color-emoji fonts-noto-emoji
echo "✅ Emoji fonts installed!"
echo "Please restart your browser to see the changes."