fix up a few things

This commit is contained in:
2026-07-20 21:27:18 -05:00
parent 7347b64eba
commit 32a8c1260a
5 changed files with 31 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
##########################
## SPECIALTY PROGRAMS ##
##########################
echo "## special/single-use/professional programs" | tee todo.md -a
echo "## special/single-use/professional programs" | tee -a todo.md
# GIMP (image manipulation)
sudo apt-get install -y gimp
@@ -26,13 +26,13 @@ sudo apt-get update
sudo apt-get install -y freecad freecad-doc
# 3D printing slicer
echo "* choose and install 3D slicer" | tee todo.md -a
echo "* choose and install 3D slicer" | tee -a todo.md
# ProtonVPN
echo "* install protonVPN" | tee todo.md -a
echo "* install protonVPN" | tee -a todo.md
# Minecraft
echo "* install Minecraft" | tee todo.md -a
echo "* install Minecraft" | tee -a todo.md
# unsure about right now