Update install/sonobarr-install.sh

This commit is contained in:
Chris 2026-01-23 10:18:35 -05:00 committed by GitHub
parent 6050a88ff9
commit a1c2cb84ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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