From f08e019fe1673a64668ebba460bd3a4cbc932a68 Mon Sep 17 00:00:00 2001 From: Anne Ferger Date: Fri, 22 Dec 2023 13:47:45 +0100 Subject: [PATCH] Update required.sh --- required.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/required.sh b/required.sh index 5ae6833..8b7d4ec 100644 --- a/required.sh +++ b/required.sh @@ -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