Skip to content

Commit

Permalink
Updated package installation for lilypond feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbssousa authored Apr 5, 2024
1 parent 4bdf20b commit ad2e38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lilypond/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ fi

case "${ADJUSTED_ID}" in
debian)
install_debian_packages bzip2 ca-certificates curl ghostscript libfile-homedir-perl libunicode-linebreak-perl libyaml-tiny-perl perl-doc unzip wget
install_debian_packages bzip2 ca-certificates curl ghostscript unzip
;;
alpine)
install_alpine_packages ca-certificates lilypond
install_alpine_packages bzip2 ca-certificates curl ghostscript glib libstdc++ unzip
;;
rhel)
echo "RPM-based Linux distros not yet supported."
Expand Down

0 comments on commit ad2e38e

Please sign in to comment.