From 26ee2996a861a2a5ddcacedb24d525a71d3b4f6d Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Sat, 3 Jan 2026 13:01:03 +0300 Subject: [PATCH] added venv library installation --- install/sonobarr-install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/install/sonobarr-install.sh b/install/sonobarr-install.sh index 21a264c95..f20c9d384 100644 --- a/install/sonobarr-install.sh +++ b/install/sonobarr-install.sh @@ -14,15 +14,12 @@ network_check update_os fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball" - -msg_info "Setting up sonobarr" - cd /opt/sonobarr +msg_info "Setting up sonobarr" +apt install python3.13-venv python3 -m venv venv - source venv/bin/activate - pip install --no-cache-dir -r requirements.txt msg_ok "Set up sonobarr"