Inactive Tutor answered 06/24/19
I suspect you have an old or minimalist version of curl that doesn't support the normal command line arguments.
To see what arguments it does support, try running
In any case, you should be able to get rid of the progress bar by redirecting standard error to /dev/null. To do this, insert
after the command.