calibre-web: use uv sync (native) instead of pip-compatible install

This commit is contained in:
mikolaj92
2026-02-10 20:33:47 +01:00
parent b518881996
commit 2b7eed2630
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ function update_script() {
msg_info "Installing Dependencies"
cd /opt/calibre-web
$STD uv pip install --system --no-cache-dir -r requirements.txt
$STD uv sync --no-dev
msg_ok "Installed Dependencies"
msg_info "Restoring Data"