get.pharo.org broken?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

get.pharo.org broken?

Paul DeBruicker
Hi -


curl https://get.pharo.org/64 | bash


gives an error on MacOS X:



paul@a:~/pharo/maf$ curl https://get.pharo.org/64 | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   237  100   237    0     0    315      0 --:--:-- --:--:-- --:--:--   315
bash: line 1: syntax error near unexpected token `newline'
bash: line 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'



am I doing something wrong or is it broken for other people too?

Thanks

Paul
Reply | Threaded
Open this post in threaded view
|

Re: get.pharo.org broken?

Sven Van Caekenberghe-2
curl -L https://get.pharo.org/64

or https://get.pharo.org/64/

> On 24 Apr 2018, at 16:27, PAUL DEBRUICKER <[hidden email]> wrote:
>
> Hi -
>
>
> curl https://get.pharo.org/64 | bash
>
>
> gives an error on MacOS X:
>
>
>
> paul@a:~/pharo/maf$ curl https://get.pharo.org/64 | bash
>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                 Dload  Upload   Total   Spent    Left  Speed
> 100   237  100   237    0     0    315      0 --:--:-- --:--:-- --:--:--   315
> bash: line 1: syntax error near unexpected token `newline'
> bash: line 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'
>
>
>
> am I doing something wrong or is it broken for other people too?
>
> Thanks
>
> Paul


Reply | Threaded
Open this post in threaded view
|

Re: get.pharo.org broken?

Paul DeBruicker
Ahh. Thanks Sven.  

I was just copying/pasting from the <code> block on https://get.pharo.org/64
and it didn't work.  

Adding the trailing slash like you suggest fixes it.  







Sven Van Caekenberghe-2 wrote
> curl -L https://get.pharo.org/64
>
> or https://get.pharo.org/64/
>
>> On 24 Apr 2018, at 16:27, PAUL DEBRUICKER &lt;

> pdebruic@

> &gt; wrote:
>>
>> Hi -
>>
>>
>> curl https://get.pharo.org/64 | bash
>>
>>
>> gives an error on MacOS X:
>>
>>
>>
>> paul@a:~/pharo/maf$ curl https://get.pharo.org/64 | bash
>>  % Total    % Received % Xferd  Average Speed   Time    Time     Time
>> Current
>>                                 Dload  Upload   Total   Spent    Left
>> Speed
>> 100   237  100   237    0     0    315      0 --:--:-- --:--:-- --:--:--  
>> 315
>> bash: line 1: syntax error near unexpected token `newline'
>> bash: line 1: `&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML
>> 2.0//EN&quot;&gt;'
>>
>>
>>
>> am I doing something wrong or is it broken for other people too?
>>
>> Thanks
>>
>> Paul





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html