0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-20 03:56:20 +00:00

Update kickstart.sh md5sum in docs ()

This commit is contained in:
Chris Akritidis 2019-01-21 18:51:18 +01:00 committed by GitHub
parent f684729c58
commit 2ec0baae69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ bash <(curl -Ss https://my-netdata.io/kickstart.sh)
Verify the integrity of the script with this:
```bash
[ "18add6b7d19076123b101d139b4f4209" = "$(curl -Ss https://my-netdata.io/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
[ "fad7227872a0afd07b74ac8d23cef017" = "$(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.*