Systemd unit for automatically synchronising Arch Linux package repositories.
Install it using this PKGBUILD.
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/"