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