A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 344 B

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