summaryrefslogtreecommitdiffstats
path: root/packaging/installer/README.md
diff options
context:
space:
mode:
authorMansour Behabadi <mansour@oxplot.com>2019-10-29 05:39:26 +1100
committerKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2019-10-28 20:39:26 +0200
commite66165bc1824f08157ea3a7249391fdf9dc69b2d (patch)
tree97cca401ff9f260c6fd4a62d834dbf6a61ae3443 /packaging/installer/README.md
parent9a9bee64e83e5b506e73895fd7525a2c1f8df81f (diff)
kickstart: pass options to installer (#7051)
* kickstart: pass options to installer - pass --stable-channel option - append --dont-wait option to list of passthrough options * kickstart: passthrough --stable-channel in static64 * kickstart: update checksums in readme * Revert "kickstart: passthrough --stable-channel in static64" This reverts commit 678ebba6c0fc6367dd6fe696fd7536d09b826f8d. * Revert kickstart-static64 checksum update
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 b56bd6596a..04c3c194e9 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -48,7 +48,7 @@ To learn more about the pros and cons of using *nightly* vs. *stable* releases,
Verify the integrity of the script with this:
```bash
-[ "735e9966a4cf0187863e06a5282b34a7" = "$(curl -Ss https://my-netdata.io/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
+[ "0ae8dd3c4c9b976c4342c9fc09d9afae" = "$(curl -Ss https://my-netdata.io/kickstart.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._