From 5188492c77e88ec98a8bf02a6d14e1f3e175b8cd Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Fri, 2 Jan 2026 23:26:44 -0500 Subject: [PATCH] Fix bold text escape codes in first-boot wizard --- rpi/first-boot-wizard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 40e9980..b0b6eb8 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -126,8 +126,8 @@ echo -e "${BLUE}╚════════════════════ echo "" echo "A channel key creates a private encoding channel." echo "" -echo " ${BOLD}Without a key:${NC} Anyone with Stegasoo can decode your images" -echo " ${BOLD}With a key:${NC} Only people with YOUR key can decode your images" +echo -e " ${BOLD}Without a key:${NC} Anyone with Stegasoo can decode your images" +echo -e " ${BOLD}With a key:${NC} Only people with YOUR key can decode your images" echo "" echo "This is useful if you want to share encoded images only with" echo "specific people (family, team, etc)."