Skip to content

Commit b4a03de

Browse files
Ancairongithub-actions[bot]
authored andcommitted
Ingest new documentation
1 parent c60f522 commit b4a03de

File tree

1 file changed

+1
-1
lines changed
  • docs/netdata-agent/installation/linux

1 file changed

+1
-1
lines changed

docs/netdata-agent/installation/linux/linux.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ To use `md5sum` to verify the integrity of the `kickstart.sh` script you will do
177177
run the following:
178178

179179
```bash
180-
[ "@KICKSTART_CHECKSUM@" = "$(curl -Ss https://get.netdata.cloud/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
180+
[ "cefd628b28aa4bf637a6388041133677" = "$(curl -Ss https://get.netdata.cloud/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
181181
```
182182

183183
If the script is valid, this command will return `OK, VALID`.

0 commit comments

Comments
 (0)