diff options
author | Adam Spragg <adam@spra.gg> | 2022-03-17 10:59:49 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-03-17 10:59:49 +0000 |
commit | 8ae543fa8d3fdf08bcc61dcb27cafd987344ada2 (patch) | |
tree | 0eb649ae48c7d0df14132f0ca896aa3b9afb7555 /README.md | |
parent | eaab1334258f9c3813fba68b806f0ef4d14e1bc7 (diff) |
Notify logged-in users when updates are availble.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ updates for packages which have bugs (or remove already-downloaded updates). So, look into a way of doing that. +### Notifying users about updates + +Find a better way of getting a list of logged in users and their DBus session +bus address than `find /run/user -type s -name bus`. + ## License |