fwiw, the install command always appears wrapped for me in the release 
announcements, i.e.

(wget -O -
pi.dk/3<http://pi.dk/3> || curl pi.dk/3/<http://pi.dk/3/>) | bash

If it's the same for you, Ole, I might suggest deliberately adding a line break 
such that the corresponding part of the announcement reads like so:

You can install GNU Parallel in just 10 seconds with:
(wget -O - pi.dk/3<http://pi.dk/3> || curl pi.dk/3/<http://pi.dk/3/>) | bash


Shyam

On Wed, Nov 28, 2018 at 3:15 PM Martin Møller Skarbiniks Pedersen 
<[email protected]<mailto:[email protected]>> wrote:
On Wed, 28 Nov 2018 at 14:34, Saint Michael 
<[email protected]<mailto:[email protected]>> wrote:
>
> This does not work
> You can install GNU Parallel in just 10 seconds with:
> (wget -O -pi.dk/3<http://pi.dk/3> || curl pi.dk/3/<http://pi.dk/3/>) | bash

You didn't write it correctly.
The 10 seconds install is

(wget -O - pi.dk/3<http://pi.dk/3> || curl pi.dk/3/<http://pi.dk/3/>) | bash

You missed the - just after -O

Regards
Martin

Reply via email to