fix uv installation

This commit is contained in:
Bobby Bilali
2025-05-16 10:53:58 +02:00
parent e382bfd785
commit 5504a3dd59

View File

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