Skip to content

Commit 9c7d09d

Browse files
authored
Update script URLs to ProxmoxVE repository (#8946)
Corrected references from 'ProxmoxVED' to 'ProxmoxVE' in sourced URLs across livebook.sh, glances.sh, and pve-privilege-converter.sh to ensure scripts use the correct repository.
1 parent a4c8a31 commit 9c7d09d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ct/livebook.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/community-scripts/ProxmoxVED/refs/heads/main/misc/build.func)
2+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/main/misc/build.func)
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: dkuku
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE

tools/addon/glances.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install_glances_debian() {
4848
msg_ok "Installed dependencies"
4949

5050
msg_info "Setting up Python + uv"
51-
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func)
51+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
5252
setup_uv PYTHON_VERSION="3.12"
5353
msg_ok "Setup Python + uv"
5454

@@ -118,7 +118,7 @@ install_glances_alpine() {
118118
msg_ok "Installed dependencies"
119119

120120
msg_info "Setting up Python + uv"
121-
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func)
121+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
122122
setup_uv PYTHON_VERSION="3.12"
123123
msg_ok "Setup Python + uv"
124124

tools/pve/pve-privilege-converter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if ! command -v curl >/dev/null 2>&1; then
1010
apt-get update >/dev/null 2>&1
1111
apt-get install -y curl >/dev/null 2>&1
1212
fi
13-
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)
13+
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/misc/core.func)
1414
load_functions
1515

1616
set -euo pipefail

0 commit comments

Comments
 (0)