bash-scripts
bash-scripts copied to clipboard
Get rid of wget; embrace curl
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
wgetbycurlin files underbinfolder; - [ ] Replace
wgetbycurlin all other files