5 lines
191 B
Bash
Executable file
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
|