fix up a few things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user