Skip to content

Instantly share code, notes, and snippets.

@artyom-poptsov
Created July 10, 2023 20:42
Show Gist options
  • Save artyom-poptsov/2d141d235a6773d964d371f70cc7775c to your computer and use it in GitHub Desktop.
Save artyom-poptsov/2d141d235a6773d964d371f70cc7775c to your computer and use it in GitHub Desktop.
Install LaTeX Lilyglyphs on Ubuntu GNU/Linux 22.04
#!/bin/bash
cd /tmp/
wget https://mirrors.ctan.org/macros/unicodetex/latex/lilyglyphs.zip
unzip lilyglyphs.zip
sudo cp -r ./lilyglyphs/tex/* /usr/share/texmf/tex/latex/
rm lilyglyphs.zip
sudo mktexlsr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment