From d5b7b515c02b5dd1a6ed6d6b22f8603bdecb006d Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 14 Mar 2026 13:09:31 -0700 Subject: [PATCH] style(install.sh): show git clone warning in blue --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 98c6c899cdc..2ce663ab556 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -79,7 +79,7 @@ fi # ── install ──────────────────────────────────────────────────────────────── echo "" header "Installing litellm[proxy]…" -info "This clones from GitHub and may take 2–3 minutes on first install." +printf " \033[38;2;177;185;249m ℹ This clones from GitHub and may take 2–3 minutes on first install.\033[0m\n" echo "" "$PYTHON_BIN" -m pip install --upgrade --force-reinstall "${LITELLM_PACKAGE}" \