A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 344 B

il y a 4 ans
il y a 4 ans
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``