mtsc/matter-mirror
2024-01-09 22:45:45 +03:00
..
.gitignore Added matter-mirror tool 2024-01-09 22:45:45 +03:00
main.py Added matter-mirror tool 2024-01-09 22:45:45 +03:00
README.md Added matter-mirror tool 2024-01-09 22:45:45 +03:00

matter-mirror

A simple python script to create and manage MatterLinux mirrors. Does not support FTP!

Usage

To use the matter-mirror script, pass in a URL and a download (output) directory. For example:

mkdir base
matter-mirror -u https://pkgs.matterlinux.xyz/base -o base

This will download the repo at https://pkgs.matterlinux.xyz/base to the base directory. Running it again, script will only download outdated or new packages.