Remove unnecessary chmod

(cherry picked from commit c5a1caa7ed)
This commit is contained in:
Petar Kapriš 2025-04-12 17:33:10 +02:00 committed by forgejo-backport-action
parent ffd517a170
commit ba43715066

View file

@ -34,14 +34,13 @@ Next, copy the downloaded binary to `/usr/local/bin` and make it executable:
```shell
$ cp forgejo-runner /usr/local/bin/forgejo-runner
$ chmod +x /usr/local/bin/forgejo-runner
```
You should now be able to test the runner by running `forgejo-runner -v`:
```
$ forgejo-runner -v
forgejo-runner version v4.0.0
forgejo-runner version v6.3.1
```
### Setting up the runner user