A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
= 0b4528c05d Add some more buttons il y a 4 ans
assets Add some more buttons il y a 4 ans
.gitignore Add some more buttons il y a 4 ans
.upnot updates running. Basic gui setup il y a 6 ans
LICENSE Add some more buttons il y a 4 ans
README.md Add some more buttons il y a 4 ans
cronInstall.sh Add some more buttons il y a 4 ans
rnd updates work! il y a 6 ans
update.py Add some more buttons il y a 4 ans

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