style(install.sh): show git clone warning in blue

This commit is contained in:
Ishaan Jaffer 2026-03-14 13:09:31 -07:00
parent bab4f16a4c
commit d5b7b515c0

View file

@ -79,7 +79,7 @@ fi
# ── install ────────────────────────────────────────────────────────────────
echo ""
header "Installing litellm[proxy]…"
info "This clones from GitHub and may take 23 minutes on first install."
printf " \033[38;2;177;185;249m This clones from GitHub and may take 23 minutes on first install.\033[0m\n"
echo ""
"$PYTHON_BIN" -m pip install --upgrade --force-reinstall "${LITELLM_PACKAGE}" \