mjuric / conda-lsst

Building Conda packages for the LSST stack
4 stars 8 forks source link

Use curl instead of wget #2

Closed SimonKrughoff closed 9 years ago

SimonKrughoff commented 9 years ago

I don't have wget on my OSX machine. Using curl in bin/bootstrap.sh is a more cross platform solution than using wget. Changing wget to curl -O worked for me.

mjuric commented 9 years ago

Resolved by PR #3