# HG changeset patch # User Steve Losh # Date 1705072974 18000 # Node ID bbe695ca40015cae3d6fe0966461c9d96f109327 # Parent 4b38d2b1ba3a4e524d956bf3372cc63023d3b07d Update diff -r 4b38d2b1ba3a -r bbe695ca4001 README.markdown --- a/README.markdown Thu Jan 11 16:22:25 2024 -0500 +++ b/README.markdown Fri Jan 12 10:22:54 2024 -0500 @@ -69,3 +69,16 @@ After going back and forth with someone about the BS522 lab section stuff, they realized they needed to grant me permission for that section. Once they did that I was able to swap it, so that's all set now. + +Read through chapter 1 of the BS522 textbook. It's… meh. + +## 2024-01-12 + +Reinstalled Figlet and the `figlet-fonts` repo yet again on this new computer. +Finally got around to writing a script to do the stupid install so I don't have +to manually do it every time. + +Reinstalled ABCL on the new machine. Changed my scripts so they invoke `java +-jar /usr/local/bin/abcl.jar` directly instead of requiring +a `/usr/local/bin/abcl` wrapper for no reason, so now all I have to do is +download the binary distribution and move the two jars to `/usr/local/bin/`.