From cdc7ffd3bf6235b4dfda2008320b457087782706 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 5 Jan 2026 21:02:12 -0500 Subject: [PATCH] Fix gum --inline flag not supported in first-boot wizard 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, 1 insertion(+), 2 deletions(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 7a0a8c6..ee45bbd 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -404,8 +404,7 @@ gum style --foreground 245 " $ACCESS_URL_LOCAL (if mDNS works)" if [ -n "$CHANNEL_KEY" ]; then echo "" - gum style --foreground 82 --bold "Channel Key:" --inline - gum style --foreground 226 " $CHANNEL_KEY" + echo -e "\033[1;32mChannel Key:\033[0m \033[0;33m$CHANNEL_KEY\033[0m" fi echo ""