On Fri, 29 Jan 2016 01:08:53 -0600 (CST)
[email protected] wrote:

> ...as hosted Git repositories.  I thought that was a dealbreaker, but I
> tried to give it a fair chance.  I read the readme as far as the line
> about piping the output of curl into bash.  I stopped there.

Just replace

  curl -sSL https://git.io/getlyp | bash

with

  curl -sSL https://git.io/getlyp > tmp.sh
  less tmp.sh    # visual inspection
  bash tmp.sh

and read on.

-- Johan

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to