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

Latest commit

 

History

History
25 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 902 Bytes

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/"