summaryrefslogtreecommitdiffstats
path: root/packaging/installer/README.md
diff options
context:
space:
mode:
authorKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2019-11-06 13:02:52 +0200
committerGitHub <noreply@github.com>2019-11-06 13:02:52 +0200
commit3334d64b014572011e9345f4024e5bb25b0b55eb (patch)
tree47b5e5472ce627c10c29091a111e46dbead8738d /packaging/installer/README.md
parente3b4a62c1e08ec07a42fb2c780230a0fe7d4537b (diff)
Second part of fix for #7040 (#7083)
* Second part of fix for #7040 kickstart-static64.sh passes --stable-channel option to install-or-update.sh * kickstart-static64.sh: Improve option parsing
Diffstat (limited to 'packaging/installer/README.md')
-rw-r--r--packaging/installer/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index aa05567f99..8ce1bd157b 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -109,7 +109,7 @@ This script installs Netdata at `/opt/netdata`.
Verify the integrity of the script with this:
```bash
-[ "7c3471506f548968edbbf8d085fbea65" = "$(curl -Ss https://my-netdata.io/kickstart-static64.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
+[ "8ad43ff960bf6f2487233682909f7a87" = "$(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.*
@@ -127,7 +127,6 @@ Example using all the above parameters:
```sh
bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh) --dont-wait --dont-start-it --no-updates --stable-channel --local-files /tmp/my-selfdownloaded-tarball.tar.gz /tmp/checksums.txt
```
-Note: `--stable-channel` and `--local-files` overlap, if you use the tarball override the stable channel option is not effective
If your shell fails to handle the above one liner, do this: