Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 614 Bytes

mirror

A tool to create a local mirror for https://github.com/arch-beryllium/build

Usage

./update.sh

This tool doesn't use parallel downloads, because some mirrors seem to dislike it, but once you mirrored everything, updating it should be fast.

Serving the mirror

Use the serve.sh script to host the mirror on http://localhost:8080.
Then put http://your.ip.address:8080/$repo/$arch as your server URL in the pacman config.

You can simply copy the mirror folder from that repo to this, and it will just work.