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
# =============================================================================
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."