treehouses / builder

Treehouses Awesome 👓 Raspberry Pi Image Builder 🏗
http://download.treehouses.io
GNU Affero General Public License v3.0
49 stars 22 forks source link

duplicate wget downloads #709

Open ComputerOnFire opened 4 years ago

ComputerOnFire commented 4 years ago

20_fix_node.sh is downloading node multiple times if you forget to clean up after an install

Screenshot_2020-05-18_17-18-53

ComputerOnFire commented 4 years ago

This is also happening to terraform and various yml files. I believe wget is not overwriting, and creating a ton of clutter by duplicating the file. image

ComputerOnFire commented 4 years ago

possible solution: add -N to every wget call -N, --timestamping don't re-retrieve files unless newer than local.

or add the relevant files to clean.sh