aboutsummaryrefslogtreecommitdiff
path: root/adu-download
AgeCommit message (Collapse)Author
2022-03-16Pass `--with-new-pkgs` to `apt-get upgrade`Adam Spragg
To allow for kernel upgrades, which install new packages. Also, make the way we pass options to `apt-get upgrade` more consistent between calls. Notably, put all options before the command, as indicated by the apt-get(1) man page.
2022-03-16Exit scripts early if there's nothing to doAdam Spragg
2022-03-14Support setting PREFIX with `make PREFIX=...` "build" stepAdam Spragg
2022-03-13First (mostly) working version apt-desktop-upgradesAdam Spragg