Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Systemd unit for automatically synchronising packages using Yaourt

License

Notifications You must be signed in to change notification settings

hmlendea/arch-linux-repo-synchroniser

Repository files navigation

Donate Latest GitHub release

About

Systemd unit for automatically synchronising Arch Linux package repositories.

Installation

PKGBUILD

Install it using this PKGBUILD.

Manual

Copy repo-synchroniser.sh to /usr/bin/repo-synchroniser and make it executable:

cp "repo-synchroniser.sh" "/usr/bin/repo-synchroniser"
chmod +x "/usr/bin/repo-synchroniser"

Copy service and the timer files to /usr/lib/systemd/system:

cp "repo-synchroniser.service" "/usr/lib/systemd/system/"
cp "repo-synchroniser.timer" "/usr/lib/systemd/system/"