Skip to content

Commit

Permalink
fix(install-quarto): prevent tinytex install from flooding build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 5, 2024
1 parent 02e8e76 commit 91744e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-quarto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ quarto check install
rm quarto.deb

# Install TinyTeX to enable rendering PDF documents via quarto
quarto install tinytex --update-path
quarto install tinytex --update-path 1> /dev/null

0 comments on commit 91744e3

Please sign in to comment.