bash-scripts icon indicating copy to clipboard operation
bash-scripts copied to clipboard

Get rid of wget; embrace curl

Open frgomes opened this issue 3 years ago • 0 comments

I'm not sure why... but existing scripts which were working fine stopped work properly when wget is called. It may be a misconfiguration or just a bug somewhere else... but the point is that the toolbox sometimes uses wget sometimes use curl. We should use only one of those.

  • [x] Replace wget by curl in files under bin folder;
  • [ ] Replace wget by curl in all other files

frgomes avatar Jun 25 '22 19:06 frgomes