Update install/sonobarr-install.sh

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

View File

@ -19,7 +19,7 @@ PYTHON_VERSION="3.12" setup_uv
msg_info "Setting up sonobarr"
$STD python3 -m venv /opt/sonobarr/venv
source /opt/sonobarr/venv/bin/activate
$STD pip install --no-cache-dir -r /opt/sonobarr/requirements.txt
$STD uv pip install --no-cache-dir -r /opt/sonobarr/requirements.txt
mv ".sample-env" ".env"
sed -i "s/^secret_key=.*/secret_key=$(openssl rand -hex 16)/" .env
msg_ok "Set up sonobarr"