A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
= 5cf93d0d94 Remove unnecessary files 3 лет назад
assets Add some more buttons 3 лет назад
.gitignore Add some more buttons 3 лет назад
LICENSE Add some more buttons 3 лет назад
README.md Update readme 3 лет назад
cronInstall.sh Add some more buttons 3 лет назад
update.py Add some more buttons 3 лет назад

README.md

Debian Update Notifier

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.

screenshot

Requirements

PySide2, trio

pip3 install PySide2 trio