5 lines
214 B
Bash
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/"
|