It has probably been asked before, but how can I programmatically and reliably get the latest stable julia version and latest lts stable version from an official server e.g. julialang.org or julialang.net using simple linux tools (e.g. curl and grep ?)
While this works now, I should say that we don’t treat the format of any of these files as a public API, i.e. we might change those at any point without warning as we update Juliaup.
What kind of CI system? There is a GitHub action that installs Juliaup, and we also have portable versions of Juliaup available that should make it very easy to get Juliaup onto a system. So my gut feeling is that the best solution would be 1) download and extract Juliaup, 2) call juliaup to add whatever Julia you need.