From 098fa0bcad1d6a98012d9fec178c84c7e6cdefac Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 14 Dec 2020 17:38:05 -0500 Subject: [PATCH] Update readme --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 266dc3a..de21b2a 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,9 @@ # 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](/assets/gui-screenshot.png) +![screenshot](assets/gui-screenshot.png) ## Requirements -PySide2, trio, and sudo. +PySide2, trio ``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