From 517652708ac94f48e93b2c4e16038bb01584da1c Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Fri, 31 Jul 2026 09:56:24 +0200 Subject: [PATCH] Upgrade pip in the update script before installing requirements Matches what install-linkvault.sh already does on first setup. Co-Authored-By: Claude Sonnet 5 --- scripts/proxmox/update-linkvault.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/proxmox/update-linkvault.sh b/scripts/proxmox/update-linkvault.sh index 9a0d2bb..786ad3a 100755 --- a/scripts/proxmox/update-linkvault.sh +++ b/scripts/proxmox/update-linkvault.sh @@ -39,6 +39,7 @@ else git pull --ff-only fi +.venv/bin/pip install -q --upgrade pip .venv/bin/pip install -q -r requirements.txt systemctl restart linkvault "