You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the curl --no-progress-meter is unknown error when I tried to run the script.
curl --help didn't display anything for the --no-progress-bar option
I was able to install the file after removing the --no-progress-meter option from the below line in the script. curl -LO --no-progress-meter $DOWNLOAD
I am not sure if it's anything to do with the curl versions
The text was updated successfully, but these errors were encountered:
I got the
curl --no-progress-meter is unknown
error when I tried to run the script.curl --help didn't display anything for the --no-progress-bar option
I was able to install the file after removing the --no-progress-meter option from the below line in the script.
curl -LO --no-progress-meter $DOWNLOAD
I am not sure if it's anything to do with the curl versions
The text was updated successfully, but these errors were encountered: