15 lines
462 B
Markdown
15 lines
462 B
Markdown
|
# 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:
|
||
|
```bash
|
||
|
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.
|