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 f1cb7d3 commit c02aa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions required.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
# installs lilypond into ~/lilypond/usr


echo $PATH
#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 /opt/lilypond
mkdir -p /tmp/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
#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
export PATH=$PATH:/opt/lilypond/bin
Expand Down

0 comments on commit c02aa02

Please sign in to comment.