Using ZeroConf on a fresh Ubuntu machine:

  wget -O- https://get.pharo.org/64 | bash

works but

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

as mentioned on https://get.pharo.org/64/ gives an error:


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   237  100   237    0     0    556      0 --:--:-- --:--:-- --:--:--   555
bash: line 1: syntax error near unexpected token `newline'
bash: line 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'


The 32 bit curl works

Reply via email to