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
|
|
|
|
```
|