1
0
This commit is contained in:
2025-08-09 16:56:02 +02:00
parent d6f4df874e
commit 39146de18f

View File

@@ -114,6 +114,9 @@ install_quarto() {
}
configure_quarto() {
if [[ ! $(command -v quarto) ]]; then
install_quarto
fi
quarto install tinytex
}