I am currently making a install script to setup a my environment on multiple machines.
What I am aiming to do is to install sublime text in the middle of it, and I d like to automatically install the latest build. However, I couldn’t find a link resolving to it.
While I can use https://download.sublimetext.com/sublime_text_3_build_3126_x64.tar.bz2 temporarily, it would be out of date at the next build. Would it be possible to make something like https://download.sublimetext.com/sublime_text_3_latest_build_x64.tar.bz2 that would redirect on whatever is the latest link?
Also, is it possible to register from the command line? So I don’t have to manually register it afterward?