added python venv creation

This commit is contained in:
GoldenSpring
2026-01-03 12:57:57 +03:00
parent 2e2a539a34
commit c7b2c885db
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,13 @@ update_os
fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball"
msg_info "Setting up sonobarr"
cd /opt/sonobarr
python3 -m venv venv
source venv/bin/activate
pip install --no-cache-dir -r requirements.txt
msg_ok "Set up sonobarr"