mirror of
https://github.com/netdata/netdata.git
synced 2025-04-20 03:56:20 +00:00
Update kickstart.sh md5sum in docs (#5242)
This commit is contained in:
parent
f684729c58
commit
2ec0baae69
1 changed files with 1 additions and 1 deletions
|
@ -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.*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue