It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
5 years agoStatic Download Link?
So am currently writing various scripts in our environment to automatically download the latest version of an app when a user requests to install it. Typically for this there is usually some kind of ...
1P_Ben
1Password Team
5 years ago@RudyDuke
I'm not sure what system you're using but it should be possible to specify what to name the downloaded file. For example, using curl:
curl -o 1password7-latest.pkg https://app-updates.agilebits.com/download/OPM7 -L
would save the download as 1password7-latest.pkg
Ben