From 1ed30503b24680fb2370a58e0f94f7bde26bc528 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 12 Aug 2026 09:24:14 +0200 Subject: [PATCH] lazylibrarian: reinstall deps after git pull on update --- ct/lazylibrarian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh index c07abac96..cfb7a682b 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.sh @@ -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"