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 <noreply@anthropic.com>
This commit is contained in:
Erik Thiele
2026-07-31 09:56:24 +02:00
parent 1a1b6fd896
commit 517652708a

View File

@@ -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
"