Add bright cyan STEGASOO logo to wizard welcome banner

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 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-05 21:15:22 -05:00
parent b9baf35dfa
commit b6acee1acb

View File

@@ -39,21 +39,20 @@ clear
# Welcome # Welcome
# ============================================================================= # =============================================================================
gum style \ echo ""
--border double \ echo -e "\033[0;35m╔═════════════════════════════════════════════════════════╗\033[0m"
--border-foreground 212 \ echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m"
--padding "1 2" \ echo -e "\033[0;35m║\033[0;90m . * . . * . * . * . * . \033[0;35m║\033[0m"
--margin "1" \ echo -e "\033[0;35m║\033[0;96m ___ _____ ___ ___ _ ___ ___ ___ \033[0;35m║\033[0m"
--align center \ 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"
"First Boot Wizard"
echo "" echo ""
gum style --foreground 245 "This wizard will help you configure your Stegasoo server." gum style --foreground 245 "This wizard will help you configure your Stegasoo server."