2eef88250ce8a97edcd1cab1b492e1c564c4d2ba
All checks were successful
Deploy ACT Runner Installer / deploy (push) Successful in 24s
Act Runner Installer
Simple installer to fetch and install the latest gitea/act_runner release for your Linux machine.
Quick start
Run the installer directly:
curl -fSSL https://<url>/install.sh | bash
If your environment requires elevated permissions to write to /usr/local/bin, run with sudo:
curl -fSSL https://<url>/install.sh | sudo bash
What it does
- Detects your CPU architecture
- Fetches the latest
act_runnerrelease info - Downloads the appropriate Linux binary
- Installs it to
/usr/local/bin/act_runnerand makes it executable
Requirements
- Linux
curl,jq,wget,unxz,sha256sum
Notes
- The script will update an existing installation if a newer version is available.
- You may need network access to
gitea.comto retrieve release metadata.
Uninstall
sudo rm -f /usr/local/bin/act_runner
Description
Languages
Shell
100%