Make the command easier to read.

This commit is contained in:
Hyperling 2024-03-06 17:32:33 -07:00
parent b48d25e300
commit c87a8927cb

View File

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
# 2024-03-06 Hyperling # 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 exit 0