From 47cbeed528a1d566fb1b39fb85fae9cf0eb8cbec Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:48:40 +0200 Subject: [PATCH] Update glances.sh --- tools/addon/glances.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/addon/glances.sh b/tools/addon/glances.sh index 50eb7871..1bd6e4da 100644 --- a/tools/addon/glances.sh +++ b/tools/addon/glances.sh @@ -39,6 +39,7 @@ install_glances_debian() { msg_ok "Installed dependencies" msg_info "Setting up Python + uv" + source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func) setup_uv PYTHON_VERSION="3.12" msg_ok "Setup Python + uv"