Download on a link doing it indirectly

How do I download on a link doing it indirectly, with once redirection by using curl commands or Bash script of them

I'm not sure what you think with indirect...but did you try wget

Regards
Peasant.

curl -L 

option is for that job:
follow any redirection max to 50 times with

 --max-redirs

curl command to go beyond that, get help;

curl --help