6 lines
281 B
Bash
Executable file
6 lines
281 B
Bash
Executable file
#!/bin/sh
|
|
/setup-runner
|
|
git clone https://git.nekocwd.duckdns.org/Mirror/pmbootstrap /data/pmbootstrap || true
|
|
git clone https://git.nekocwd.duckdns.org/Mirror/pmaports /data/pmaports || true
|
|
git clone https://git.nekocwd.duckdns.org/Mirror/aports /data/aports || true
|
|
/run-runner
|