scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 008ddfd162fa5e2d9285b3392f4efc6933786dfd
parent 356adcef710260dc5106f9ca7f806b81cae7565e
Author: AndrewLockVI <andrew@laack.co>
Date:   Sun,  9 Feb 2025 19:47:02 -0600

Updated LaTeX install

Diffstat:
Minstall.sh | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh @@ -68,7 +68,13 @@ doas apk add okular doas apk add firefox # LaTeX + filetype conversion -doas apk add texmf-dist texlive +# there are alternatives to full, +# but it was such a chore to just get pandoc +# working with them that this seems fine. +# Yes, the package is large, honestly though, +# does it really matter? It doesn't need to be backed +# up so who cares... right? +doas apk add texlive-full doas apk add pandoc # screen config (gui... gasp!!!) @@ -77,7 +83,7 @@ doas apk add wdisplays # THESE ARE FOR SCHOOL ONLY # I WOULDN'T USE THEM OTHERWISE -doas apk add openjdk11 +doas apk add openjdk21 # END SCHOOL SECTION