parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Install in 10 sec fails


From: Saladi, Shyam M.
Subject: Re: Install in 10 sec fails
Date: Thu, 29 Nov 2018 00:05:12 +0000

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

(wget -O -
pi.dk/3 || curl 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 || curl pi.dk/3/) | bash


Shyam

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

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

(wget -O - pi.dk/3 || curl pi.dk/3/) | bash

You missed the - just after -O

Regards
Martin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]