From d898f6d7b171a4b4be68d4a136e5d1d153c35c60 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 16:21:24 -0500 Subject: [PATCH] Replace emoji with ASCII art for terminal compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/first-boot-wizard.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 6a78867..845c0bb 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -38,7 +38,10 @@ gum style \ --padding "1 2" \ --margin "1" \ --align center \ - "🦕 STEGASOO" \ + " ___ _____ ___ ___ _ ___ ___ ___ " \ + " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\ " \ + " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ + " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ " \ "" \ "First Boot Wizard" @@ -279,7 +282,10 @@ gum style \ --padding "1 2" \ --margin "1" \ --align center \ - "🦕 STEGASOO" \ + " ___ _____ ___ ___ _ ___ ___ ___ " \ + " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\ " \ + " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ + " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ " \ "" \ "Setup Complete!" @@ -310,5 +316,5 @@ gum style --foreground 245 \ " journalctl -u stegasoo -f # View logs" echo "" -gum style --foreground 212 --bold "Enjoy Stegasoo! 🦕" +gum style --foreground 212 --bold "Enjoy Stegasoo!" echo ""