Updated Updates (markdown)

Frank Denis 2019-10-13 13:08:12 +02:00
parent c85c72cda6
commit 7eb1ee7515

@ -18,7 +18,9 @@ Then to get this script to automatically run add this as a cron job under `root`
`0 */12 * * * /path/dnscrypt-proxy-update.sh`
Also, this script needs to be run as `root`.
This script needs to be run as `root`.
It assumes that you are running Linux on an `x86_64` CPU. Change `linux` and `x86_64` to the actual platform you are running if it is different (for example, on a Raspberry Pi, it should probably be `linux_arm` instead of `linux_x86_64`).
```sh
#! /bin/sh