From 21b216318cd1fbc5caf487f89149e0978a4cb2d3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 31 Jul 2024 21:46:54 -0700 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.sh b/install.sh index 6eb0843..b298354 100755 --- a/install.sh +++ b/install.sh @@ -48,6 +48,14 @@ sed -i $replace etc/pong_bot.service sed -i $replace etc/mesh_bot.service printf "\n service files updated\n" +# ask if emoji font should be installed for linux +echo "Do you want to install the emoji font for debian linux? (y/n)" +read emoji +if [ $emoji == "y" ]; then + sudo apt-get install fonts-noto-color-emoji + echo "Emoji font installed!, reboot to load the font" +fi + if [ $bot == "pong" ]; then # install service for pong bot sudo cp etc/pong_bot.service /etc/systemd/system/