File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
1212fi
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)
1414load_functions
1515
1616set -euo pipefail
You can’t perform that action at this time.
0 commit comments