Skip to content

Commit c8ad15f

Browse files
committed
Revert "Updated urls for testing"
This reverts commit 89c3c77.
1 parent 89c3c77 commit c8ad15f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ct/litellm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
source <(curl -fsSL https://raw.githubusercontent.com/stout01/ProxmoxVED/refs/heads/ved-litellm-script/misc/build.func)
2+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: stout01
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE

misc/build.func

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ build_container() {
11291129
if [ "$var_os" == "alpine" ]; then
11301130
export FUNCTIONS_FILE_PATH="$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/alpine-install.func)"
11311131
else
1132-
export FUNCTIONS_FILE_PATH="$(curl -fsSL https://raw.githubusercontent.com/stout01/ProxmoxVED/refs/heads/ved-litellm-script/misc/install.func)"
1132+
export FUNCTIONS_FILE_PATH="$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/install.func)"
11331133
fi
11341134
export DIAGNOSTICS="$DIAGNOSTICS"
11351135
export RANDOM_UUID="$RANDOM_UUID"
@@ -1438,7 +1438,7 @@ EOF'
14381438
fi
14391439
msg_ok "Customized LXC Container"
14401440
1441-
lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/stout01/ProxmoxVED/refs/heads/ved-litellm-script/install/${var_install}.sh)"
1441+
lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/${var_install}.sh)"
14421442
}
14431443
14441444
destroy_lxc() {

misc/install.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ EOF
196196
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
197197
msg_ok "Customized Container"
198198
fi
199-
echo "bash -c \"\$(curl -fsSL https://github.com/stout01/ProxmoxVED/refs/heads/ved-litellm-script/ct/${app}.sh)\"" >/usr/bin/update
199+
echo "bash -c \"\$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/${app}.sh)\"" >/usr/bin/update
200200
chmod +x /usr/bin/update
201201
if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then
202202
mkdir -p /root/.ssh

0 commit comments

Comments
 (0)