A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 344 B

4 jaren geleden
4 jaren geleden
4 jaren geleden
4 jaren geleden
4 jaren geleden
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``