- APT wrapper script that does a little housecleaning while I update the system.
- Nutshell - update cache, dist-upgrade, clean, autoremove, install -f
- apt
- git
- bash shell
I generally just add an alias to my .bashrc
to consume the script.
I.E. - alias do-update="$HOME/dotfiles/do-update.sh"