6 lines
No EOL
185 B
Bash
6 lines
No EOL
185 B
Bash
if ! [ -f /tmp/sync-runner ]; then
|
|
curl -O /tmp/sync-runner https://git.saluco.nl/repos/strix/releases/download/latest/sync-runner
|
|
chmod +x /tmp/sync-runner
|
|
fi
|
|
|
|
/tmp/sync-runner |