lazylibrarian: reinstall deps after git pull on update (#16435)

This commit is contained in:
CanbiZ (MickLesk)
2026-08-12 13:46:46 +02:00
committed by GitHub
parent 51537451f4
commit d2d382c499
+1
View File
@@ -34,6 +34,7 @@ function update_script() {
msg_info "Updating $APP LXC"
$STD git -C /opt/LazyLibrarian pull origin master
$STD pip install --break-system-packages /opt/LazyLibrarian
msg_ok "Updated $APP LXC"
msg_info "Starting LazyLibrarian"