Persistent link to latest release release
Hi folks,
I have several computers on my network that all run 1Password. I would like to automate the process of installing the latest version using a custom script that I'd write for LabTech (http://www.labtechsoftware.com/). However, to do that, I would need a persistent link to download the latest release.
So instead of this...
https://d13itkw33a7sus.cloudfront.net/dist/1P/win4/1Password-4.5.0.572.exe
Something like this...
https://d13itkw33a7sus.cloudfront.net/dist/1P/win4/1Password-latest.exe
Does such a link exist or has anyone automated the installation of the latest version of 1Password through a script?
Thanks in advance!
Comments
-
Hi @digm,
We don't have a persistent latest link, we typically call our changelog server to request the latest version information that'll include the link. You'll find all the latest versions we have here: https://app-updates.agilebits.com
If you use Chocolatey, you can use that to grab the latest version: https://chocolatey.org/packages/1password
0 -
Hi MikeT,
That should do the trick. I actually ended up writing a script to do a GET request to the page and grep out the link to the latest Windows version...but Chocolatey looks much more elegant.
Thanks for the pointer.
0 -
You're welcome!
0