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 42ac4e6 commit f08e019
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 f08e019

Please sign in to comment.