There is no wget nor curl in the base MinGW distribution. Philippe@DELLGFX ~ $ which wget which: wget: unknown command Philippe@DELLGFX ~ $ which curl which: curl: unknown command You either compiled, downloaded, or had it from somewhere else on the box. So, which one is recommended? Phil 2013/5/6 Camillo Bruni <camillobruni@gmail.com>
On 2013-05-06, at 11:40, "phil@highoctane.be" <phil@highoctane.be> wrote:
BTW, I installed MinGW for a test on windows.
Obviously there is no curl in there out of the box.
What would be your recommendation for getting a curl version compatible w/ that?
wget should work :) (this is what we use on the ci servers):
wget -O - get.pharo.org/20+vm | bash
curl -L get.pharo.org/30 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2504 0 2504 0 0 41713 0 --:--:-- --:--:-- --:--:-- 65894 Please install curl or wget on your machine
ok fixed it in the latest version of zeroconf. The following detection does not work with a redirect :)
if [[ `which curl &> /dev/null` ]] ...