Add sparkly banner to first-boot wizard completion

🤖 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:07:56 -05:00
parent cdc7ffd3bf
commit 3f93e7a752

View File

@@ -385,17 +385,16 @@ else
fi
echo ""
gum style \
--border double \
--border-foreground 82 \
--padding "0 2" \
--align center \
" ___ _____ ___ ___ _ ___ ___ ___" \
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \
"" \
"Setup Complete!"
echo ""
echo -e "\033[0;90m . * . . * . * . * . * .\033[0m"
echo -e "\033[0;36m ___ _____ ___ ___ _ ___ ___ ___\033[0m"
echo -e "\033[0;36m / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\\\\033[0m"
echo -e "\033[0;36m \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |\033[0m"
echo -e "\033[0;36m |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/\033[0m"
echo ""
echo -e "\033[0;90m * . * . * . * . * . *\033[0m"
echo ""
gum style --foreground 82 --bold --align center "Setup Complete!"
echo ""
gum style --foreground 82 --bold "Create your admin account:"