ci-scripts/setup-pmbootstrap
Vasiliy Doylov ec134e6835
Initial commit
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
2025-06-06 22:35:31 +03:00

5 lines
191 B
Bash
Executable file

#!/bin/sh
/setup-runner
git clone https://git.nekocwd.duckdns.org/Mirror/pmbootstrap /data/pmbootstrap || true
ln -s /data/pmbootstrap/pmbootstrap.py /usr/bin/pmbootstrap || true
/run-runner