Polish first-boot-wizard intro text formatting

🤖 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-06 21:55:17 -05:00
parent ae47ff4932
commit da3aea992c

View File

@@ -53,8 +53,9 @@ echo -e "\033[38;5;93m══════════════\033[38;5;99m═
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."
echo ""
gum style --foreground 245 "You can reconfigure later by editing:" gum style --foreground 245 "You can reconfigure later by editing:"
gum style --foreground 245 " /etc/systemd/system/stegasoo.service" gum style --foreground 214 " /etc/systemd/system/stegasoo.service"
echo "" echo ""
gum confirm "Ready to begin setup?" || exit 0 gum confirm "Ready to begin setup?" || exit 0