A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
= 0b4528c05d Add some more buttons 4 роки тому
assets Add some more buttons 4 роки тому
.gitignore Add some more buttons 4 роки тому
.upnot updates running. Basic gui setup 6 роки тому
LICENSE Add some more buttons 4 роки тому
README.md Add some more buttons 4 роки тому
cronInstall.sh Add some more buttons 4 роки тому
rnd updates work! 6 роки тому
update.py Add some more buttons 4 роки тому

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, and sudo.

pip3 install PySide2 trio

$ apt install sudo

Install

./ChronInstall.sh [n]

Sets the chronjob to run the update.py script at the current location every n days. The default is 30 if nothing is entered. The update script can also be run manually.

TODO

  • Handle subprocess termination after cancel button is pressed
  • Handle ctrl-c terminal press
  • Handle Cancel and other errors
  • Add chronjob install script
  • Add icon