From 336e82ba228e9a15548d4f82024d6412c37c1a07 Mon Sep 17 00:00:00 2001 From: saschabuehrle Date: Sat, 14 Mar 2026 18:07:59 +0100 Subject: [PATCH] micro-fix: remove vestigial duplicate Step 3 header in quickstart.sh (fixes #6015) --- quickstart.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/quickstart.sh b/quickstart.sh index e8c37f0e..42ba7f5c 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -300,18 +300,11 @@ if [ "$NODE_AVAILABLE" = true ]; then echo "" fi -# ============================================================ -# Step 3: Configure LLM API Key -# ============================================================ - -echo -e "${YELLOW}⬢${NC} ${BLUE}${BOLD}Step 3: Configuring LLM provider...${NC}" -echo "" - # ============================================================ # Step 3: Verify Python Imports # ============================================================ -echo -e "${BLUE}Step 3: Verifying Python imports...${NC}" +echo -e "${YELLOW}⬢${NC} ${BLUE}${BOLD}Step 3: Verifying Python imports...${NC}" echo "" IMPORT_ERRORS=0