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
curl -L https://get.pharo.org/64 or https://get.pharo.org/64/
On 24 Apr 2018, at 16:27, PAUL DEBRUICKER <pdebruic@gmail.com> 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
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
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 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
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (3)
-
PAUL DEBRUICKER -
Paul DeBruicker -
Sven Van Caekenberghe