Clone Lilypond from the upstream repository and support updates
This commit is contained in:
parent
185199aaad
commit
dd86ddccd9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ projdir="$(systemd-path user)"/Projects
|
||||||
mkdir --parents "${projdir}"
|
mkdir --parents "${projdir}"
|
||||||
rm --force --recursive "${projdir}/lilypond"
|
rm --force --recursive "${projdir}/lilypond"
|
||||||
cd "${projdir}" || exit
|
cd "${projdir}" || exit
|
||||||
git clone --depth=1 https://github.com/lilypond/lilypond
|
git clone https://git.savannah.gnu.org/git/lilypond
|
||||||
cd lilypond || exit
|
cd lilypond || exit
|
||||||
python3 scripts/build/lilypond-words.py --el --dir=elisp/
|
python3 scripts/build/lilypond-words.py --el --dir=elisp/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue