Skip to content

Silence curl unless download failed

Zeger-Jan van de Weg requested to merge (removed):curl-flags into master

As curl downloads a really small bash script I found it annoying to see the progress of those few bytes. IMO it just clutters the output and distracts from stuff I do want to know.

So the -sS flags are added for those who, just like me, are lazy enough to copy paste.

flags

  • -s Silences curl, no output is given
  • -S unless the download fails or a major error occurs.

Merge request reports