Add scripts.

This commit is contained in:
2025-09-30 11:35:51 -07:00
parent e50bbbe31c
commit f6b11240e1
2 changed files with 40 additions and 0 deletions

8
install.sh Executable file
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 $?