From 9d1bc7f82906d266e6cc8448a9bb04b098854feb Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 5 Jan 2026 21:19:46 -0500 Subject: [PATCH] Tighten wizard banners - remove extra blank line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both welcome and Setup Complete banners now have consistent design with sparkles directly above the bottom text line. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/first-boot-wizard.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 424049f..002ce1f 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -48,7 +48,6 @@ echo -e "\033[0;35m║\033[0;36m \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_ echo -e "\033[0;35m║\033[0;36m |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ \033[0;35m║\033[0m" echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" echo -e "\033[0;35m║\033[0;90m * . * . * . * . * . * \033[0;35m║\033[0m" -echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" echo -e "\033[0;35m║\033[1;37m First Boot Wizard \033[0;35m║\033[0m" echo -e "\033[0;35m╚════════════════════════════════════════════════════════╝\033[0m" @@ -391,7 +390,6 @@ echo -e "\033[0;35m║\033[0;36m \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_ echo -e "\033[0;35m║\033[0;36m |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ \033[0;35m║\033[0m" echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" echo -e "\033[0;35m║\033[0;90m * . * . * . * . * . * \033[0;35m║\033[0m" -echo -e "\033[0;35m║\033[0m \033[0;35m║\033[0m" echo -e "\033[0;35m║\033[1;32m Setup Complete! \033[0;35m║\033[0m" echo -e "\033[0;35m╚════════════════════════════════════════════════════════╝\033[0m"