Install Importarr from packaged repo build

This commit is contained in:
2026-07-29 13:07:39 +02:00
parent 0f7fc6f032
commit 6a7e83c1b6
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ fi
git fetch --prune origin
git pull --ff-only
"$VENV/bin/pip" install --upgrade --editable "$REPO_DIR"
"$VENV/bin/pip" install --upgrade "$REPO_DIR"
systemctl restart "$SERVICE"
systemctl --no-pager --full status "$SERVICE"