We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60f522 commit b4a03deCopy full SHA for b4a03de
docs/netdata-agent/installation/linux/linux.mdx
@@ -177,7 +177,7 @@ To use `md5sum` to verify the integrity of the `kickstart.sh` script you will do
177
run the following:
178
179
```bash
180
-[ "@KICKSTART_CHECKSUM@" = "$(curl -Ss https://get.netdata.cloud/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
+[ "cefd628b28aa4bf637a6388041133677" = "$(curl -Ss https://get.netdata.cloud/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
181
```
182
183
If the script is valid, this command will return `OK, VALID`.
0 commit comments