Fix wizard welcome banner to match Setup Complete style

Same cyan (0;36), pink border, and indentation as the completion banner

🤖 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:17:02 -05:00
parent b6acee1acb
commit d8118d688b

View File

@@ -40,19 +40,17 @@ clear
# ============================================================================= # =============================================================================
echo "" echo ""
echo -e "\033[0;35m╔════════════════════════════════════════════════════════╗\033[0m" 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;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;36m ___ _____ ___ ___ _ ___ ___ ___ \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;36m / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\\\\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;36m \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |\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;36m |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ \033[0;35m║\033[0m"
echo -e "\033[0;35m║\033[0m \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;90m * . * . * . * . * . * \033[0;35m║\033[0m"
echo -e "\033[0;35m║\033[0m \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[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 -e "\033[0;35m╚═════════════════════════════════════════════════════════╝\033[0m"
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."