File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- source <( curl -fsSL https://raw.githubusercontent.com/community-scripts /ProxmoxVED/main /misc/build.func)
2
+ source <( curl -fsSL https://raw.githubusercontent.com/stout01 /ProxmoxVED/refs/heads/ved-litellm-script /misc/build.func)
3
3
# Copyright (c) 2021-2025 community-scripts ORG
4
4
# Author: stout01
5
5
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
Original file line number Diff line number Diff line change @@ -1129,7 +1129,7 @@ build_container() {
1129
1129
if [ " $var_os " == " alpine" ]; then
1130
1130
export FUNCTIONS_FILE_PATH=" $( curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/alpine-install.func) "
1131
1131
else
1132
- export FUNCTIONS_FILE_PATH=" $( curl -fsSL https://git.community-scripts.org/community-scripts /ProxmoxVED/raw/branch/main /misc/install.func) "
1132
+ export FUNCTIONS_FILE_PATH=" $( curl -fsSL https://raw.githubusercontent.com/stout01 /ProxmoxVED/refs/heads/ved-litellm-script /misc/install.func) "
1133
1133
fi
1134
1134
export DIAGNOSTICS=" $DIAGNOSTICS "
1135
1135
export RANDOM_UUID=" $RANDOM_UUID "
Original file line number Diff line number Diff line change 196
196
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
197
197
msg_ok "Customized Container"
198
198
fi
199
- echo "bash -c \"\$(curl -fsSL https://github.com/community-scripts /ProxmoxVED/raw/main /ct/${app}.sh)\"" >/usr/bin/update
199
+ echo "bash -c \"\$(curl -fsSL https://github.com/stout01 /ProxmoxVED/refs/heads/ved-litellm-script /ct/${app}.sh)\"" >/usr/bin/update
200
200
chmod +x /usr/bin/update
201
201
if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then
202
202
mkdir -p /root/.ssh
You can’t perform that action at this time.
0 commit comments