A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 344 B

4 yıl önce
4 yıl önce
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``