diff options
author | Adam Spragg <adam@spra.gg> | 2022-03-13 17:36:46 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-03-13 17:36:46 +0000 |
commit | ab3461e792a3b9a525a895bb0b3a70e55955efb6 (patch) | |
tree | d8abe25eab49ade25880946a40451f42249e5e97 /README.md |
First (mostly) working version apt-desktop-upgrades
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b9ece9 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# apt-desktop-upgrades + +The `unattended-upgrades` package is really useful for servers, but I've found +that a reasonable amount of desktop software doesn't play well to being replaced +*in situ*, while a user is using the desktop. + +This package is designed to handle desktop upgrades by checking for and +downloading package upgrades in the background as they become available, and +then applying those upgrades on reboot via the [systemd Offline Updates][] +functionality. + + +## License + +Copyright © 2022 Adam Spragg + +apt-desktop-upgrades is free software: you can redistribute it and/or modify +under the terms of the GNU Lesser General Public License as published by the +Free Software Foundation, either version 3 of the License, or (at your option) +any later version. + +apt-desktop-upgrades is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License +for more details. + +You should have received a copy of the GNU Lesser General Public License along +with apt-desktop-upgrades. If not, see <https://www.gnu.org/licenses/>. + + +[systemd Offline Updates]: https://www.freedesktop.org/software/systemd/man/systemd.offline-updates.html + +SPDX-License-Identifier: LGPL-3.0-or-later + |