A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 344 B

4 lat temu
4 lat temu
123456789
  1. # Debian Update Notifier
  2. Update Notifier is a simple and easy-to-use application that uses chronjobs for scheduling package updates. It pipes a password stored in memory to sudo subprocesses and stores no passwords in any plain text files.
  3. ![screenshot](assets/gui-screenshot.png)
  4. ## Requirements
  5. PySide2, trio
  6. ``pip3 install PySide2 trio``