1
0
This commit is contained in:
2025-08-01 01:51:00 +02:00
parent 9200c91193
commit 3c58a3f0a4

View File

@@ -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