more effing permissions

This commit is contained in:
2026-07-11 22:22:20 -05:00
parent e0e368a875
commit e674629000

View File

@@ -4,24 +4,25 @@
echo "## special/single-use/professional programs" | tee todo.md -a echo "## special/single-use/professional programs" | tee todo.md -a
# GIMP (image manipulation) # GIMP (image manipulation)
apt-get install -y gimp sudo apt-get install -y gimp
# Audacity (audio manipulation) # Audacity (audio manipulation)
apt-get install -y audacity sudo apt-get install -y audacity
# VLC (video player) # VLC (video player)
apt-get install -y vlc sudo apt-get install -y vlc
# ffmpeg (A/V transcoding) # ffmpeg (A/V transcoding)
apt-get install -y ffmpeg sudo apt-get install -y ffmpeg ffmpeg-doc
# OBS studio (screen recording) # OBS studio (screen recording)
add-apt-repository ppa:obsproject/obs-studio echo '' | add-apt-repository ppa:obsproject/obs-studio
apt-get update sudo apt-get update
apt-get install -y obs-studio sudo apt-get install -y obs-studio
# FreeCAD (3D parametric modeling) # FreeCAD (3D parametric modeling)
apt-get install -y freecad echo '' | sudo add-apt-repository ppa:freecad-maintainers/freecad-stable
sudo apt-get install -y freecad freecad-doc
# 3D printing slicer # 3D printing slicer
echo "* choose and install 3D slicer" | tee todo.md -a echo "* choose and install 3D slicer" | tee todo.md -a