Hi all,
How can I get path to the current checksum file of current LsAgent installer for Linux ?
Currently, I'm using this link : https://content.lansweeper.com/lsagent-linux/
to get latest LsAgent installer for Linux. If I'm using `curl`
` curl -I https://content.lansweeper.com/lsagent-linux/` command will return https://cdn.lansweeper.com/build/lsagent/LsAgent-linux-x64_12.3.0.1.run
I would like to automatize the process and get checksum file of the latest installer on the similar way so my automation tool could verify checksum of the downloaded file.
Thank you in advance,
ndj