Skip to content

Script for checking updates in Arch Linux and notify by dunst

License

Notifications You must be signed in to change notification settings

elkrien/CheckUpdates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckUpdates

Script for checking updates in Arch Linux and notify by dunst - created during learning Python

Dependancies:

pip3 install prettytable

How to build:

pip3 install pyinstaller
pyinstaller check_updates.py --onefile

Run:

Without build:

python3 check_updates.py

When built:

cd dist/
./check_updates

About

Script for checking updates in Arch Linux and notify by dunst

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages