From b6acee1acb5c3e904d7b9f5fe35fc3f0a696402b Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 5 Jan 2026 21:15:22 -0500 Subject: [PATCH] Add bright cyan STEGASOO logo to wizard welcome banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pink border, bright cyan logo, gray sparkles, white 'First Boot Wizard' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/first-boot-wizard.sh | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 65bdfbf..4e0b8b4 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -39,21 +39,20 @@ clear # Welcome # ============================================================================= -gum style \ - --border double \ - --border-foreground 212 \ - --padding "1 2" \ - --margin "1" \ - --align center \ - " . * . . * . * . * . * ." \ - " ___ _____ ___ ___ _ ___ ___ ___ " \ - " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \ - " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ - " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \ - "" \ - " * . * . * . * . * . *" \ - "" \ - "First Boot Wizard" +echo "" +echo -e "\033[0;35m╔═════════════════════════════════════════════════════════╗\033[0m" +echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0;90m . * . . * . * . * . * . \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0;96m ___ _____ ___ ___ _ ___ ___ ___ \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0;96m / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\ \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0;96m \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) | \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0;96m |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0;90m * . * . * . * . * . * \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[1;37m First Boot Wizard \033[0;35m║\033[0m" +echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" +echo -e "\033[0;35m╚═════════════════════════════════════════════════════════╝\033[0m" echo "" gum style --foreground 245 "This wizard will help you configure your Stegasoo server."