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` ]] ...