Commit 038cd70e authored by Jakob Moser's avatar Jakob Moser
Browse files

Apparently, --locked is the way to go

parent 99dd2388
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ sudo chown poolpay:poolpay /coli/poolpay
sudo su poolpay
cd /coli/poolpay
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync  # to explicitly install dependencies now
uv sync --locked # to explicitly install dependencies now
```

As last step, deploy the systemd unit: