← Back to davo.co
summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Collapse)Author
20 hoursperf(apt): pass parallel download flags to apt update and full-upgradev1.0.2David Faulkner
- Define APT_OPT macro with Acquire::Queue-Mode="access" and Acquire::http::Pipeline-Depth="10" - Update apt update and apt full-upgrade commands to utilize parallel fetching - Accelerate package download phases without modifying global system configuration
24 hoursfeat: initial commit for ud maintenance utilityDavid Faulkner
- Add C source code for Debian apt update, autoremove, and cleanup tasks - Add Makefile with build, install, uninstall, and clean targets - Add README.md with build and usage instructions - Add MIT license and .gitignore for build artifacts