Initial commit

This commit is contained in:
2026-07-12 13:00:34 -07:00
commit 1207b6737f
6 changed files with 98 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# 2024-03-06 Hyperling
sudo apt install pandoc \
texlive-latex-base texlive-fonts-recommended \
texlive-extra-utils texlive-latex-extra
exit $?