Scripting download
I am looking to create a bash script to automate the installation of the toolbox app on linux. Whilst I can script the installation of the app from un taring the tarball is there an URL that I can call with CURL that will download the latest version?
TIA
Emma Harris
Please sign in to leave a comment.
Hello Emma,
If you need only the latest version, it should be enough to use something like:
Please ensure using
-Loption as it allows redirects.