Skip to content

Commit

Permalink
add required.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Sep 20, 2022
1 parent 56143a7 commit 3c50c8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
!*.xsd
!*.yml
!test-input.*.zip
!required.sh
4 changes: 4 additions & 0 deletions required.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# installs lilypond into /usr/local/lilypond and /usr/local/bin as shortcut
curl -o /tmp/lilypond.sh https://lilypond.org/download/binaries/linux-64/lilypond-2.20.0-1.linux-64.sh
chmod a+x /tmp/lilypond.sh && /tmp/lilypond.sh --batch

0 comments on commit 3c50c8e

Please sign in to comment.