Skip to content

PeterHindes/Arch-Update-Emails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notiman

Auto-upgrade notifications for Arch Linux

Small Python script that sends update notifications via e-mail and optionally updates Arch Linux (by running pacman -Syu --noconfirm).

Requires:

Installation

  • Working and Ready For Use

Install the dependencies:

  • alias pacman='sudo pacman'
  • pacman -Syu --noconfirm
  • pacman -S git && git clone https://aur.archlinux.org/pacaur-git.git && cd pacaur-git && makepkg && pacman -U pacaur-git-*.tar.xz

Configure the program:

  1. Open settings.py and input your preferences
    1. The minimum required is to set your receiver email
    2. A working notification only Gmail account is already attached (please don't fu** it up)
  2. Install pacAUR if you want AUR update notifications.
  3. Place auto_upgrade.py in /root (if you chose another path adjust auto_upgrade.service)
  4. Place auto_upgrage.service and auto_upgrade.timer in /etc/systemd/system/.
  5. Enable the timer service by running:
    1. systemctl enable auto_upgrade.timer

Now it should start working ;)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages