From c87a8927cb08cfa9b3efbd21b6f3ecd9d76683f1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 Mar 2024 17:32:33 -0700 Subject: [PATCH] Make the command easier to read. --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eeb34ea..6a22bc9 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,8 @@ #!/bin/bash # 2024-03-06 Hyperling -sudo apt install pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra +sudo apt install pandoc \ + texlive-latex-base texlive-fonts-recommended \ + texlive-extra-utils texlive-latex-extra exit 0