From 3c58a3f0a4c8d322ac911b45e36673e73a1f1294 Mon Sep 17 00:00:00 2001 From: Jeff Lance Date: Fri, 1 Aug 2025 01:51:00 +0200 Subject: [PATCH] up --- scripts/manjaro.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/manjaro.sh b/scripts/manjaro.sh index a277416..0407493 100644 --- a/scripts/manjaro.sh +++ b/scripts/manjaro.sh @@ -145,7 +145,9 @@ main() { "$ZSH" && install_zsh "$LATEX" && install_latex "$VSCODE" && install_vscode - "$QUARTO" && install_quarto && configure_quarto + if [ "$QUARTO" && install_quarto ]; then + configure_quarto + fi ## Install yay if [ ! $(command -v yay) ]; then