diff --git a/install/huntarr-install.sh b/install/huntarr-install.sh index d40cdc2..f6dc896 100644 --- a/install/huntarr-install.sh +++ b/install/huntarr-install.sh @@ -26,6 +26,7 @@ msg_ok "Installed System Dependencies" msg_info "Setting up UV package installer" curl -LsSf https://astral.sh/uv/install.sh | sh +export PATH="$HOME/.cargo/bin:$PATH" msg_ok "UV package installer set up" msg_info "Setup ${APPLICATION}" @@ -52,7 +53,6 @@ Description=Huntarr Service After=network.target [Service] -Environment=TZ=Europe/Zurich WorkingDirectory=/opt/${APPLICATION} ExecStart=/opt/${APPLICATION}/venv/bin/python /opt/${APPLICATION}/main.py Restart=always