april 2020 system update email

This commit is contained in:
James Tomasino 2020-04-26 12:50:16 +00:00
parent 089ad0fc88
commit 3a37b90078
2 changed files with 26 additions and 0 deletions

25
emails/2020-04-26.eml Normal file
View File

@ -0,0 +1,25 @@
Subject: System Upgrade
Hey ~USERNAME,
Yesterday I upgraded cosmic.voyage from Ubuntu 19.10 to 20.04. I ran
through all the stuff in our system menu and a few other odds and ends
and it appears that everything is working okay. If you encounter any
issues please let me know.
In other news the Tilde Net News system (run 'news') is now peering with
tilde.club, the first and largest tilde server. They seem pretty active,
so if you want to engage you can try that out. The news program under
the hood is called 'slrn' and you can read more on how to configure it
to your personal tastes here:
http://slrn.sourceforge.net/documentation.html
Our little community is up to 119 voyagers now. How exciting!
If you're still stuck at home and looking for a creative way to escape
the boredom, why not create a new ship or outpost and leave this Earth
far behind? See you out there.
Cheers,
tomasino

View File

@ -1,3 +1,4 @@
#!/bin/sh
printf "\\nchange log:\\n" | /usr/games/lolcat -f
grep -v '^<' /var/wiki/changelog.html | awk -v RS= 'NR==1 || NR==2 {print $0 "\n"}' | /usr/games/lolcat -f
printf "See 'wiki' change log for more.\\n\\n" | /usr/games/lolcat -f