[Feat]: Get the kickstart.sh MD5 sum by file instead from the website
@Ferroin is already working on this.
Since Oct 23, 2024.
- Dominant language
- Go
- Stars
- 80.6k
- Forks
- 6.6k
- Avg merge
- 15h 12m
- Merged PRs (30d)
- 305
Description
Problem
I am installing netdata on PXE booted systems without persistent storage. For this reason I've automated the whole setup. I would like to automatically verify the downloaded kickstart.sh with its MD5 sum. Currently I have to be aware when the sum changed to update a file on our webserver.
Hopefully, I've just missed the place where the checksum is on github. 😅
Description
I'd like to curl https://my-netdata.io/kickstart.sh.md5sum (or similar) which contains the MD5 sum (eg. md5sum kickstart.sh), so it can be used directly in scripts to verify the downloaded file. Thank you.
Importance
nice to have
Value proposition
...
Proposed implementation
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.