9 lines
160 B
Bash
9 lines
160 B
Bash
|
#!/bin/bash
|
||
|
# 2024-03-06 Hyperling
|
||
|
|
||
|
sudo apt install pandoc \
|
||
|
texlive-latex-base texlive-fonts-recommended \
|
||
|
texlive-extra-utils texlive-latex-extra
|
||
|
|
||
|
exit $?
|