fix uv installation
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user