|
A simple update notifier for Arch Linux. FeaturesHere will be available a feature list (soon, I promise =p) Important !You must allow the script to synchronize pacman database. - Run as root
visudo - And add the following line at the end of the file :
#where kevin is your login
kevin ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
|