Add scripts.

This commit is contained in:
2024-03-06 14:17:03 -07:00
parent 47fc58cea8
commit 06884e1ea3
2 changed files with 24 additions and 0 deletions

6
install.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# 2024-03-06 Hyperling
sudo apt install pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
exit 0