summaryrefslogtreecommitdiffstats
path: root/packaging/installer/README.md
diff options
context:
space:
mode:
authorMansour Behabadi <57921115+ncmans@users.noreply.github.com>2019-12-20 07:06:37 +1100
committerAustin S. Hemmelgarn <austin@netdata.cloud>2019-12-19 15:06:37 -0500
commit4edc7e907e3285aa9801e8caf651450e4fd8d2be (patch)
tree04d9265c637c1edd2f45166b100ef845f00d6a5d /packaging/installer/README.md
parenta73d3b3ed2f8d8c03d69f385bee37d46c144d4f4 (diff)
Add anon tracking notice for installers (#7437)
* Show notice of anonymous data collection * Add DO_NOT_TRACK env var to docker run script * Add disable-telemetry option to kickstart-static64 * Check if DO_NOT_TRACK is set
Diffstat (limited to 'packaging/installer/README.md')
-rw-r--r--packaging/installer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index 30498d650b..ffde6fc6b3 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -106,7 +106,7 @@ This script installs Netdata at `/opt/netdata`.
Verify the integrity of the script with this:
```bash
-[ "8ad43ff960bf6f2487233682909f7a87" = "$(curl -Ss https://my-netdata.io/kickstart-static64.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
+[ "23e0f38dfb9d517be16393c3ed1f88bd" = "$(curl -Ss https://my-netdata.io/kickstart-static64.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
```
*It should print `OK, VALID` if the script is the one we ship.*