Basic Kubuntu post-installation shell script to setup a TV box. Feel free to fork and tailor it according to your own needs. I put an emphasis on (re-)usability and simplicity: No fancy libraries, unnecessary loops or colorful prompts... just plain linux commands that are easy to understand and to modify.
- 📂 Folder structure creation
- 📦 Supports flatpak, snap, .deb and apt package installation
- 🗑️ Cleaning of unnecessary packages and files
- 🔧 Custom actions
The first thing I do on a clean Pop!_OS installation...
wget https://raw.githubusercontent.com/margrevm/kubuntu-post-install/main/plasma-postinstall.sh
chmod +x pop-postinstall.sh
./pop-postinstall.sh
- Kubuntu 22.04 (LTS) - Current version
By Mike Margreve ([email protected]) and licensed under MIT. The original source can be found here: https://github.com/margrevm/kubuntu-post-install