mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-02 03:23:18 +02:00
pve-ups: fix: add pip binary (#16820)
* pve-ups: fix: pip binary * pve-ups: fix: pip binary
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ function update_script() {
|
||||
|
||||
msg_info "Updating Application"
|
||||
cd /opt/pve-usv
|
||||
$STD uv venv --clear venv
|
||||
$STD uv venv --clear --seed venv
|
||||
$STD uv pip install --python venv/bin/python .
|
||||
chown -R pveusv:pveusv /opt/pve-usv
|
||||
chmod 0755 deploy/pve-usv-agent.sh
|
||||
|
||||
Reference in New Issue
Block a user