From ec1f6dc5fd7b72ae512f79226b2e15578ce44513 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 23 Jan 2026 10:18:54 -0500 Subject: [PATCH] Update install/sonobarr-install.sh --- install/sonobarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/sonobarr-install.sh b/install/sonobarr-install.sh index b2d385718..1ff2af96d 100644 --- a/install/sonobarr-install.sh +++ b/install/sonobarr-install.sh @@ -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"