Update install.sh to use 'root' user for act_runner service and modify README with new installation URL
All checks were successful
Deploy ACT Runner Installer / deploy (push) Successful in 6s

This commit is contained in:
2025-08-11 12:16:04 +07:00
parent 2eef88250c
commit 5ba96a0dbd
2 changed files with 6 additions and 6 deletions

View File

@@ -7,13 +7,13 @@ Simple installer to fetch and install the latest `gitea/act_runner` release for
Run the installer directly:
```bash
curl -fSSL https://<url>/install.sh | bash
curl -fSSL https://get-act.tk2s.org | bash
```
If your environment requires elevated permissions to write to `/usr/local/bin`, run with sudo:
```bash
curl -fSSL https://<url>/install.sh | sudo bash
curl -fSSL https://get-act.tk2s.org | sudo bash
```
### What it does