Re: [Pharo-users] get.pharo.org broken?

2018-04-24 Thread Paul DeBruicker
Ahh. Thanks Sven.  

I was just copying/pasting from the  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 

> pdebruic@

>  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   TimeTime Time 
>> Current
>> Dload  Upload   Total   SpentLeft 
>> Speed
>> 100   237  100   2370 0315  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





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



Re: [Pharo-users] get.pharo.org broken?

2018-04-24 Thread Sven Van Caekenberghe
curl -L https://get.pharo.org/64

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

> On 24 Apr 2018, at 16:27, PAUL DEBRUICKER  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   TimeTime Time  Current
> Dload  Upload   Total   SpentLeft  Speed
> 100   237  100   2370 0315  0 --:--:-- --:--:-- --:--:--   315
> bash: line 1: syntax error near unexpected token `newline'
> bash: line 1: `'
> 
> 
> 
> am I doing something wrong or is it broken for other people too?
> 
> Thanks
> 
> Paul