7 lines
153 B
Bash
7 lines
153 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 0
|