diff --git a/ct/headers/huntarr b/ct/headers/huntarr index d852123..23ab390 100644 --- a/ct/headers/huntarr +++ b/ct/headers/huntarr @@ -1,3 +1,4 @@ + __ __ __ / / / /_ ______ / /_____ ___________ / /_/ / / / / __ \/ __/ __ `/ ___/ ___/ diff --git a/install/huntarr-install.sh b/install/huntarr-install.sh index 2834a77..86c009e 100644 --- a/install/huntarr-install.sh +++ b/install/huntarr-install.sh @@ -44,7 +44,7 @@ $STD uv venv /opt/${APPLICATION}/venv msg_ok "Created Python Virtual Environment" msg_info "Installing Python Dependencies" -$STD /opt/${APPLICATION}/venv/bin/pip install -r /opt/${APPLICATION}/requirements.txt +$STD uv pip install --venv /opt/${APPLICATION}/venv -r /opt/${APPLICATION}/requirements.txt msg_ok "Installed Python Dependencies" msg_info "Creating Service"