1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

add texlive-font-utils dependencie

This commit is contained in:
Thomas 2024-02-08 16:37:42 +01:00 committed by GitHub
parent 15389d3376
commit 53b2f8ccd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,4 +81,4 @@ ram.runtime = "50M"
main.default = 8095
[resources.apt]
packages = "texlive, texlive-xetex, texlive-base, redis-server, latexmk, python3-pygments"
packages = "texlive, texlive-xetex, texlive-base, texlive-font-utils, redis-server, latexmk, python3-pygments"