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)."