Publish Version 1.0 (#3)

This commit is contained in:
2024-03-06 19:46:23 -07:00
committed by GitHub
parent 5d2f632403
commit 43c8e5ab2c
5 changed files with 365 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 $?