We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7dd15 commit c7016c5Copy full SHA for c7016c5
README.md
@@ -22,9 +22,13 @@ https://my-fancy.local).
22
23
Download the binary and installed it as e.g. `/usr/local/bin/ldddns`.
24
25
-Create a systemd service unit:
26
```console
27
-/usr/local/bin/ldddns | sudo dd of=/etc/systemd/system/ldddns.service
+sudo sh -c "curl --fail -sSL -o /usr/local/bin/ldddns https://github.com/arnested/ldddns/releases/latest/download/ldddns_$(uname -s)_$(uname -m) && chmod +x /usr/local/bin/ldddns"
+```
28
+
29
+Create a systemd service unit file:
30
+```console
31
+sudo sh -c "/usr/local/bin/ldddns > /etc/systemd/system/ldddns.service"
32
```
33
34
Enable and start the service unit:
0 commit comments