From 3df502a1c2f7656b06b22d3736e0d2411d461150 Mon Sep 17 00:00:00 2001 From: Andrew Stout Date: Fri, 8 Aug 2025 15:41:35 -0500 Subject: [PATCH] Changed url to point to the VED repo --- ct/litellm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/litellm.sh b/ct/litellm.sh index a8e9b6af..a541cb1b 100644 --- a/ct/litellm.sh +++ b/ct/litellm.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: stout01 # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - + if [[ ! -f /etc/systemd/system/litellm.service ]]; then msg_error "No ${APP} Installation Found!" exit