From a1c2cb84ab8c8cc71de97457772118570767f117 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 23 Jan 2026 10:18:35 -0500 Subject: [PATCH] Update install/sonobarr-install.sh --- install/sonobarr-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/sonobarr-install.sh b/install/sonobarr-install.sh index d9015d422..b2d385718 100644 --- a/install/sonobarr-install.sh +++ b/install/sonobarr-install.sh @@ -17,7 +17,6 @@ fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball" PYTHON_VERSION="3.12" setup_uv msg_info "Setting up sonobarr" -$STD apt-get install -y python3.13-venv $STD python3 -m venv /opt/sonobarr/venv source /opt/sonobarr/venv/bin/activate $STD pip install --no-cache-dir -r /opt/sonobarr/requirements.txt