From 6a20775d088ffd8281e0564672f4f07b78b12273 Mon Sep 17 00:00:00 2001 From: Andrew Stout Date: Fri, 8 Aug 2025 15:42:21 -0500 Subject: [PATCH] Removed LXC from message --- ct/litellm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/litellm.sh b/ct/litellm.sh index a541cb1b..c8e69fcf 100644 --- a/ct/litellm.sh +++ b/ct/litellm.sh @@ -28,10 +28,10 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_info "Updating $APP LXC" + msg_info "Updating $APP" $STD apt-get update pip install litellm[proxy] --upgrade - msg_ok "Updated $APP LXC" + msg_ok "Updated $APP" exit }