Skip to content

Commit

Permalink
Update required.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger authored Dec 22, 2023
1 parent 81d4aad commit c5ccb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions required.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#https://gitlab.com/lilypond/lilypond/-/releases/permalink/latest
#https://gitlab.com/lilypond/lilypond/-/releases/v2.25.11/downloads/lilypond-2.25.11-linux-x86_64.tar.gz
mkdir -p /tmp/lilypond
mkdir -p /opt/lilypond
curl -L -o /tmp/lilypond.tar.gz https://gitlab.com/lilypond/lilypond/-/releases/v2.25.11/downloads/lilypond-2.25.11-linux-x86_64.tar.gz
tar -xf /tmp/lilypond.tar.gz -C /tmp/lilypond
mv /tmp/lilypond/*/* /opt/lilypond
Expand Down

0 comments on commit c5ccb21

Please sign in to comment.