Skip to content

Pacminder is a simple helper for you not to forget to update pacman every once in a while.

Notifications You must be signed in to change notification settings

samox73/pacminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pacminder

Pacminder is a simple helper for you not to forget to update your system every once in a while.

Installation

Linux Arch: Install from the AUR

For Linux Arch users there is a package in the AUR. Just execute

yay -S pacminder

Manual install from Source

Clone this repository, cd into it and create a build directory

git clone https://github.com/samox73/pacminder.git
cd pacminder
mkdir build

then enter the build directory, run cmake, execute the resulting Makefile and install as super user:

cd build
cmake ..
make
sudo make install

Configuration

To make us of pacminder, e.g. place

pacminder

in your .bashrc

About

Pacminder is a simple helper for you not to forget to update pacman every once in a while.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published