From 6dee16a15dee2b42a1ee6b1a4c684ab3392f2722 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:54:20 +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 0e5999e3..bd735e34 100644 --- a/tools/addon/glances.sh +++ b/tools/addon/glances.sh @@ -107,6 +107,7 @@ install_glances_alpine() { 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"