Skip to content

Commit

Permalink
Merge remote-tracking branch 'new/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Apr 8, 2024
2 parents 850fdca + ca232c4 commit cd66bc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions required.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ curl -L -o /tmp/lilypond.tar.gz https://gitlab.com/lilypond/lilypond/-/releases/
#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 ~/lilypond/usr
mkdir -p /opt/lilypond
mkdir -p /tmp/lilypond
tar -xf /tmp/lilypond.tar.gz -C /tmp/lilypond
mv /tmp/lilypond/*/* ~/lilypond/usr
mv /tmp/lilypond/*/* /opt/lilypond
ln -s /opt/lilypond/bin/lilypond /usr/local/bin/lilypond
lilypond --version

0 comments on commit cd66bc4

Please sign in to comment.