From 39146de18ff439df32539cf511899a0050e2450f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 9 Aug 2025 16:56:02 +0200 Subject: [PATCH] up --- scripts/manjaro.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/manjaro.sh b/scripts/manjaro.sh index bf9fce7..e4266b9 100644 --- a/scripts/manjaro.sh +++ b/scripts/manjaro.sh @@ -114,6 +114,9 @@ install_quarto() { } configure_quarto() { + if [[ ! $(command -v quarto) ]]; then + install_quarto + fi quarto install tinytex }