From 5504a3dd5907dc1926d7d18077d0625a287a79ec Mon Sep 17 00:00:00 2001 From: Bobby Bilali Date: Fri, 16 May 2025 10:53:58 +0200 Subject: [PATCH] fix uv installation --- install/huntarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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