aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-17Notify logged-in users when updates are availble.Adam Spragg
2022-03-17Disable `apt-listbugs` during upgradesAdam Spragg
Because if the network isn't available, it causes an abort. More details in the README.md
2022-03-16Cut down on log spam while downloading updatesAdam Spragg
Don't care about the "Reading package lists..." and other interactive fripperies, or the list of packages no longer required, or the full list of packages to be upgraded, every time we just want to download new updates. But logging the actual downloads is kinda useful, so keep those.
2022-03-16Set "DEBIAN_FRONTEND=noninteractive" for upgradesAdam Spragg
Cuts down on spam in the logs. See the debconf(7) man page for more details.
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-15Force creation of adu-upgrade.service symlinkAdam Spragg
So that an existing installation doesn't cause a new one to fail
2022-03-15Fix whitespaceAdam Spragg
2022-03-15Support "DESTDIR=" for "make install" and "make uninstall"Adam Spragg
2022-03-14Support setting PREFIX with `make PREFIX=...` "build" stepAdam Spragg
2022-03-13First (mostly) working version apt-desktop-upgradesAdam Spragg