2020-02-17 14:19:47 +00:00
|
|
|
Notifies of available updates.
|
|
|
|
|
|
|
|
`pacman-update-count.sh` -- run as root to update available count.
|
|
|
|
|
2020-02-17 14:22:13 +00:00
|
|
|
`notify-updates` -- run to notify of available updates (gets value stored by `pacman-update-count.sh`).
|
2020-02-17 14:19:47 +00:00
|
|
|
|
|
|
|
```sh
|
|
|
|
# list options:
|
|
|
|
|
|
|
|
notify-updates --help
|
|
|
|
```
|
2020-02-17 16:23:02 +00:00
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
2020-02-17 17:09:23 +00:00
|
|
|
* `notify-updates` triggered to run after `pacman-update-count`
|
2020-02-17 16:42:33 +00:00
|
|
|
* config file for `notify-updates`
|
2020-02-17 16:23:02 +00:00
|
|
|
* `update.sh` script
|