bird-house / birdhousebuilder.bootstrap

Bootstrap scripts to start a birdhouse build
Apache License 2.0
0 stars 0 forks source link

use curl instead of wget to fetch boostrap.py etc ... #9

Closed cehbrecht closed 9 years ago

cehbrecht commented 9 years ago

curl is part of anaconda.

curl --insecure --silent http://somewhere/test-123.zip --output test.zip
cehbrecht commented 9 years ago

done