On Wed, 28 Nov 2018 at 14:34, Saint Michael <[email protected]> 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
