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
All checks were successful
Deploy ACT Runner Installer / deploy (push) Successful in 6s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user