Files
gitea-download/download-act_runner.sh
2024-08-28 10:18:02 +09:00

5 lines
214 B
Bash

#!/usr/bin/env bash
#curl -s https://api.github.com/repos/go-gitea/gitea/releases/latest |grep browser_download_url | cut -d '"' -f 4 | grep '\linux-amd64$' | wget -i -
echo "https://dl.gitea.com/act_runner/"