From da3aea992c4ea5bb5877d32f7378189631265c54 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Tue, 6 Jan 2026 21:55:17 -0500 Subject: [PATCH] Polish first-boot-wizard intro text formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/first-boot-wizard.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 08adb8b..befff97 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -53,8 +53,9 @@ echo -e "\033[38;5;93m══════════════\033[38;5;99m═ echo "" 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 " /etc/systemd/system/stegasoo.service" +gum style --foreground 214 " /etc/systemd/system/stegasoo.service" echo "" gum confirm "Ready to begin setup?" || exit 0