Skip to content

Commit 0876c41

Browse files
committed
Sonobarr: create venv during install
1 parent 7f8b2be commit 0876c41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install/sonobarr-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball"
1717
PYTHON_VERSION="3.12" setup_uv
1818

1919
msg_info "Setting up sonobarr"
20+
$STD uv venv -c /opt/sonobarr/venv
2021
source /opt/sonobarr/venv/bin/activate
2122
$STD uv pip install --no-cache-dir -r /opt/sonobarr/requirements.txt
2223
mkdir -p /etc/sonobarr

0 commit comments

Comments
 (0)