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

0
1 comment

Hello Emma,

If you need only the latest version, it should be enough to use something like:

curl -L "https://data.services.jetbrains.com/products/download?code=TBA&platform=linux" -o jetbrains-toolbox.tar.gz

Please ensure using -L option as it allows redirects.

0

Please sign in to leave a comment.