9 lines
160 B
Bash
Raw Normal View History

2024-03-06 14:17:03 -07:00
#!/bin/bash
# 2024-03-06 Hyperling
2024-03-06 17:32:33 -07:00
sudo apt install pandoc \
texlive-latex-base texlive-fonts-recommended \
texlive-extra-utils texlive-latex-extra
2024-03-06 14:17:03 -07:00
2024-03-06 17:32:51 -07:00
exit $?