From 09b28d3a3626417b5a8b2d42b299c4705d3f93bc Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:46:04 +0200 Subject: [PATCH] pve-ups: fix: pip binary --- install/pve-ups-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pve-ups-install.sh b/install/pve-ups-install.sh index 6b37f35a6..460850883 100644 --- a/install/pve-ups-install.sh +++ b/install/pve-ups-install.sh @@ -27,7 +27,7 @@ install -d -o pveusv -g pveusv -m 0750 \ /var/lib/pve-usv/updates chown -R pveusv:pveusv /opt/pve-usv cd /opt/pve-usv -$STD uv venv --clear venv +$STD uv venv --clear --seed venv $STD uv pip install --python venv/bin/python . chmod 0755 deploy/pve-usv-agent.sh msg_ok "Set up Application"