ArchLinux Update Notifier
ALUN is a script written in python3, created to help you keep your Arch
updated.
alunusescrontabto autorun the script every 30 minutes (default).alunwill automatically open the terminal for you, and all you need is to enter your password.- ALUN uses the native notification to notify you when there is an update.
- ALUN uses
checkupdatesto check for updates. - Default terminal is
konsole. - Default configuration file located inside
/etc/alun/conf.py
- You need to install
gitto clone the repo.
$ sudo pacman -Sy git --needed- Add the public key for signature verification.
$ gpg --receive-keys 6481A7A3E66A3AA39D0DD7302A60AB408C14BF70The installation process is too simple all you have to do is:
- Clone the repo.
- Build the package and install.
$ git clone https://aur.archlinux.org/alun.git /tmp/alun$ cd /tmp/alun
$ makepkg -siAfter the installation you may want.
- Open
/etc/alun/conf.pywith your preferred text editor as root. - Change the
terminalvariable to your preferredterminal. - Note: Do not change the variable name itself, change
konsole.
- This method will overwrite your old crontab if you alread have one.
$ crontab /etc/alun/crontab- This method will append the crontab to your old one.
- You want lose your old crontab.
$ cat /etc/alun/crontab >> /var/spool/cron/$USERCurrently there is no configuration everything is manual.