To that end, here is what I have thus far:
Code: Select all
#!/bin/sh
# clean Debian system, update, upgrade the current desktop
sudo apt -y autoclean &&
sudo apt -y autoremove --purge &&
sudo apt -y dist-upgrade --auto-remove --purge
When completed, I'll map the script execution to a keybinding to magically launch and process this basic system maintenance.
