Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-16 | Set "DEBIAN_FRONTEND=noninteractive" for upgrades | Adam Spragg | |
Cuts down on spam in the logs. See the debconf(7) man page for more details. | |||
2022-03-16 | Pass `--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-16 | Exit scripts early if there's nothing to do | Adam Spragg | |
2022-03-15 | Force creation of adu-upgrade.service symlink | Adam Spragg | |
So that an existing installation doesn't cause a new one to fail | |||
2022-03-15 | Fix whitespace | Adam Spragg | |
2022-03-15 | Support "DESTDIR=" for "make install" and "make uninstall" | Adam Spragg | |
2022-03-14 | Support setting PREFIX with `make PREFIX=...` "build" step | Adam Spragg | |
2022-03-13 | First (mostly) working version apt-desktop-upgrades | Adam Spragg | |